Skip to content

Commit

Permalink
fix: style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzeTT committed Nov 19, 2023
1 parent 28d70d9 commit 6105a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function index() {
<div className="i-ri-github-fill text-xl text-[#1F2328]" />
</a>
<a href='https://www.xiaohongshu.com/user/profile/5dbc28ee00000000010047ef' className='bg-white h-8 w-8 flex items-center justify-center rounded-md'>
<img src="/images/red.svg" alt="red" className='w-4 h-4 mr-4' />
<img src="/images/red.svg" alt="red" className='w-4 h-4' />
</a>
</div>

Expand Down

0 comments on commit 6105a97

Please sign in to comment.