style: className formatting
This commit is contained in:
parent
f643641bf1
commit
000ae084e6
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export async function Header() {
|
||||||
) : (
|
) : (
|
||||||
<Link href="/" target="_blank" rel="nofollow">
|
<Link href="/" target="_blank" rel="nofollow">
|
||||||
<IconNextChat className="mr-2 h-6 w-6 dark:hidden" inverted />
|
<IconNextChat className="mr-2 h-6 w-6 dark:hidden" inverted />
|
||||||
<IconNextChat className="h-6 w-6 mr-2 hidden dark:block" />
|
<IconNextChat className="mr-2 hidden h-6 w-6 dark:block" />
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue