mirror of
https://github.com/RPCSX/RPCSX.github.io.git
synced 2026-01-31 01:05:21 +01:00
fix: app bar logo
This commit is contained in:
@@ -92,8 +92,7 @@ const menuOptions: MenuOption[] = [
|
||||
<template>
|
||||
<div class="bar-wrapper">
|
||||
<n-button quaternary tag="a" href="https://rpcsx.github.io/rpcsx-site/">
|
||||
<img alt="RPCSX logo" class="logo" :src="themex == null ? './assets/logo-light.png' : './assets/logo-dark.png'"
|
||||
width="32" height="32" />
|
||||
<img alt="RPCSX logo" class="logo" src="/assets/logo-dark.png" width="32" height="32" />
|
||||
</n-button>
|
||||
<n-menu v-model:value="activeKey" mode="horizontal" :options="menuOptions" />
|
||||
<n-button circle @click="toggle" class="dark-mode-button">
|
||||
@@ -125,4 +124,4 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user