mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Replace hr with Hr component
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
---
|
||||
import Hr from "./Hr.astro";
|
||||
import LinkButton from "./LinkButton.astro";
|
||||
---
|
||||
|
||||
<footer>
|
||||
<hr class="border-skin-line" />
|
||||
<Hr className="px-0" />
|
||||
<div class="footer-wrapper">
|
||||
<div class="social-icons">
|
||||
<LinkButton href="https://github.com/satnaing" className="link-button">
|
||||
|
||||
Reference in New Issue
Block a user