Skip to content

Commit

Permalink
๐Ÿฉน #no-issue - ๋‹ค๋ฅธ ์‚ฌ์šฉ์ž ๋ฐฐ์ง€ ํŽ˜์ด์ง€ ํ—ค๋” ํ…์ŠคํŠธ ์ˆ˜์ • (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bori-github authored Apr 27, 2024
1 parent 33af40c commit 539db6f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/pages/profile/[username]/badges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ const BadgePage: NextPage = () => {

return (
<>
<Seo title="๋‚ด ๋ฐฐ์ง€ | a daily diary" />
<Seo title={`${username as string}๋‹˜์˜ ๋ฐฐ์ง€ | a daily diary`} />
<Header
left={<HeaderLeft type="์ด์ „" />}
title={<HeaderTitle title="๋‚ด ๋ฐฐ์ง€" position="center" />}
title={
<HeaderTitle
title={`${username as string}๋‹˜์˜ ๋ฐฐ์ง€`}
position="center"
/>
}
/>
<Section>
<BadgeList>
Expand Down

0 comments on commit 539db6f

Please sign in to comment.