mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-18 06:03:27 +09:00
updated to astro v4
This commit is contained in:
@@ -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