fixed the nebula link, why the hell is it w-1/2
This commit is contained in:
parent
d51b9bfc25
commit
03130a415d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export function IframeHeader(props: { url: string }) {
|
||||||
id="iframeNav"
|
id="iframeNav"
|
||||||
className="flex h-16 flex-row items-center justify-between bg-navbar-color px-4"
|
className="flex h-16 flex-row items-center justify-between bg-navbar-color px-4"
|
||||||
>
|
>
|
||||||
<Link href="/" class="w-1/2">
|
<Link href="/" class="w-1/8">
|
||||||
<div className="flex flex-row items-center">
|
<div className="flex flex-row items-center">
|
||||||
<img
|
<img
|
||||||
src="/logo.png"
|
src="/logo.png"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue