pref: update gitea button

This commit is contained in:
thehrz 2024-08-21 19:53:04 +08:00
parent 6e3ceffb95
commit 35b4986c64
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -10,8 +10,11 @@ export default function Nav() {
<div className='flex-none'>
<ul className='menu menu-horizontal px-1'>
<li>
<Link className='btn btn-circle' href="https://git.thehrz.net/thehrz/ipv6-test-backend" >
<Icon icon='simple-icons:gitea' className="h-6 w-6"/>
<Link
className='btn-ghost btn btn-circle'
href='https://git.thehrz.net/thehrz/ipv6-test-backend'
>
<Icon icon='simple-icons:gitea' className='h-6 w-6' />
</Link>
</li>
</ul>