mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Delete weird spaces
This commit is contained in:
parent
cadb5b8749
commit
7c64c0f6da
@ -13,9 +13,9 @@ const Navbar = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<nav className='flex items-center flex-wrap p-3 '>
|
||||
<nav className='flex items-center flex-wrap p-3'>
|
||||
<Link href='/'>
|
||||
<a className='inline-flex items-center p-2 mr-4 '>
|
||||
<a className='inline-flex items-center p-2 mr-4'>
|
||||
<span className='text-xl text-black font-bold tracking-wide'>
|
||||
yude.jp
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user