updated to astro v4

This commit is contained in:
somrat sorkar
2023-12-13 09:53:47 +06:00
parent e96cc9d7ed
commit 94358b9b8e
5 changed files with 23 additions and 24 deletions
+2 -2
View File
@@ -34,8 +34,8 @@
"url": "/categories"
},
{
"name": "Search",
"url": "/search"
"name": "Tags",
"url": "/tags"
},
{
"name": "404 Page",
-1
View File
@@ -104,7 +104,6 @@ Some text to show that the reference links can follow later.
<a class="nav-link" href="about/">About</a>
</li>
</ul>
`}
```
---
+1 -1
View File
@@ -18,7 +18,7 @@ const Button = ({
rel={`noopener noreferrer ${
rel ? (rel === "follow" ? "" : rel) : "nofollow"
}`}
className={`btn mb-4 me-4 hover:text-white hover:no-underline ${
className={`btn mb-4 me-4 hover:text-white dark:hover:text-black hover:no-underline ${
style === "outline" ? "btn-outline-primary" : "btn-primary"
}`}
>