mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
refactor: update code formatting with prettier
This commit is contained in:
@@ -24,7 +24,7 @@ const { tag, size = "sm" } = Astro.props;
|
|||||||
d="M16.018 3.815 15.232 8h-4.966l.716-3.815-1.964-.37L8.232 8H4v2h3.857l-.751 4H3v2h3.731l-.714 3.805 1.965.369L8.766 16h4.966l-.714 3.805 1.965.369.783-4.174H20v-2h-3.859l.751-4H21V8h-3.733l.716-3.815-1.965-.37zM14.106 14H9.141l.751-4h4.966l-.752 4z"
|
d="M16.018 3.815 15.232 8h-4.966l.716-3.815-1.964-.37L8.232 8H4v2h3.857l-.751 4H3v2h3.731l-.714 3.805 1.965.369L8.766 16h4.966l-.714 3.805 1.965.369.783-4.174H20v-2h-3.859l.751-4H21V8h-3.733l.716-3.815-1.965-.37zM14.106 14H9.141l.751-4h4.966l-.752 4z"
|
||||||
></path>
|
></path>
|
||||||
</svg>
|
</svg>
|
||||||
<span>{tag}</span>
|
<span>{tag}</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ import LinkButton from "@components/LinkButton.astro";
|
|||||||
<p>Page Not Found</p>
|
<p>Page Not Found</p>
|
||||||
<LinkButton
|
<LinkButton
|
||||||
href="/"
|
href="/"
|
||||||
className="my-6 underline decoration-dashed underline-offset-8 text-lg"
|
className="my-6 text-lg underline decoration-dashed underline-offset-8"
|
||||||
>
|
>
|
||||||
Go back home
|
Go back home
|
||||||
</LinkButton>
|
</LinkButton>
|
||||||
|
|||||||
+3
-3
@@ -11,7 +11,7 @@
|
|||||||
"@layouts/*": ["layouts/*"],
|
"@layouts/*": ["layouts/*"],
|
||||||
"@pages/*": ["pages/*"],
|
"@pages/*": ["pages/*"],
|
||||||
"@styles/*": ["styles/*"],
|
"@styles/*": ["styles/*"],
|
||||||
"@utils/*": ["utils/*"]
|
"@utils/*": ["utils/*"],
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user