mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
updated to astro v4
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
"url": "/categories"
|
||||
},
|
||||
{
|
||||
"name": "Search",
|
||||
"url": "/search"
|
||||
"name": "Tags",
|
||||
"url": "/tags"
|
||||
},
|
||||
{
|
||||
"name": "404 Page",
|
||||
|
||||
@@ -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>
|
||||
`}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -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"
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user