Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
suoyuan666 committed Mar 8, 2024
1 parent 36dd74f commit b79a8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/friends/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { SITE } from "@config";

<Layout title={`Friends | ${SITE.title}`}>
<Header activeNav="friends" />
<Main>
<Main pageTitle={[`Friend`]} pageDesc={`All the friend link of me.`}>
<LinkButton
className="underline decoration-dashed underline-offset-4 hover:text-skin-accent"
href="https://blog.tsio.top/"
Expand Down

0 comments on commit b79a8e7

Please sign in to comment.