Skip to content

Commit

Permalink
feat: slogan link
Browse files Browse the repository at this point in the history
  • Loading branch information
Rain120 committed Sep 12, 2024
1 parent a61c3e8 commit 61e2d44
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions src/app/template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,19 @@ export default function Template({
}}
>
<div className={s.logoContainer}>
<Image
width={44}
height={44}
src="https://rain120.github.io/study-notes/img/chao.png"
alt=""
loader={() =>
'https://rain120.github.io/study-notes/img/chao.png'
}
className={s.logo}
/>
<div className={s.slogan}>Chaos</div>
<Link href="/">
<Image
width={44}
height={44}
src="https://rain120.github.io/study-notes/img/chao.png"
alt=""
loader={() =>
'https://rain120.github.io/study-notes/img/chao.png'
}
className={s.logo}
/>
<div className={s.slogan}>Chaos</div>
</Link>
</div>

<Space>
Expand Down

0 comments on commit 61e2d44

Please sign in to comment.