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,4 +1,6 @@
|
||||
---
|
||||
import Hr from "./Hr.astro";
|
||||
|
||||
export interface Props {
|
||||
activeNav?: "posts" | "tags" | "about";
|
||||
}
|
||||
@@ -55,7 +57,7 @@ const { activeNav } = Astro.props;
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<hr />
|
||||
<Hr />
|
||||
</header>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user