Skip to content

Commit 5119f1c

Browse files
committed
style: organized and renamed files
1 parent d5db48e commit 5119f1c

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

apps/website/src/routes/_components/header/header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { MenuIcon } from '../icons/MenuIcon';
1111
import { MoonIcon } from '../icons/MoonIcon';
1212
import { SunIcon } from '../icons/SunIcon';
1313
import { Menu } from '../menu/menu';
14-
import { SvgLogo } from './svg-logo';
14+
import { Logo } from '../icons/logo';
1515

1616
export interface HeaderProps {
1717
showVersion?: boolean;
@@ -70,7 +70,7 @@ export default component$(
7070
)}
7171

7272
<a href="/" class="lg:ml-8">
73-
<SvgLogo />
73+
<Logo />
7474
</a>
7575

7676
<div data-tip="Qwik-UI Version" class="mr-auto">

apps/website/src/routes/_components/header/svg-logo.tsx

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)