mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-24 14:24:47 +08:00
Fix logo link so it doesn't break on production
This commit is contained in:
parent
58962a6182
commit
740280d6da
@ -112,7 +112,7 @@ const loggedIn = false; // TODO
|
||||
</Popover>
|
||||
|
||||
<div class="site-logo mr-4 h-60px flex items-center">
|
||||
<img alt="Hangar Logo" src="/logo.svg" class="h-50px object-cover"/>
|
||||
<img alt="Hangar Logo" src="../../public/logo.svg" class="h-50px object-cover"/>
|
||||
</div>
|
||||
<nav class="flex gap-3 invisible md:visible">
|
||||
<router-link
|
||||
|
1
frontend-new/src/types/components.d.ts
vendored
1
frontend-new/src/types/components.d.ts
vendored
@ -15,7 +15,6 @@ declare module 'vue' {
|
||||
IconMdiHome: typeof import('~icons/mdi/home')['default']
|
||||
IconMdiKey: typeof import('~icons/mdi/key')['default']
|
||||
IconMdiLanguageJava: typeof import('~icons/mdi/language-java')['default']
|
||||
IconMdiLock: typeof import('~icons/mdi/lock')['default']
|
||||
IconMdiMenu: typeof import('~icons/mdi/menu')['default']
|
||||
IconMdiPuzzle: typeof import('~icons/mdi/puzzle')['default']
|
||||
IconMdiWeatherNight: typeof import('~icons/mdi/weather-night')['default']
|
||||
|
Loading…
Reference in New Issue
Block a user