Fix site title

This commit is contained in:
OCDkirby
2023-07-09 15:18:49 -05:00
parent 2d30bb3118
commit ebb435341d
3 changed files with 11 additions and 5 deletions

View File

@@ -119,9 +119,6 @@
import './assets/logo-light.png';
document.title = 'RPCSX - PS4 Emulator';
/**
* @type import('naive-ui').GlobalThemeOverrides
*/

View File

@@ -73,7 +73,16 @@ import { NIcon } from 'naive-ui'
]
},
{
label: 'discuss',
label: () =>
h(
'a',
{
href: 'https://discord.com/invite/mx8FbxN5',
target: '_blank',
rel: 'noopenner noreferrer'
},
'discuss'
),
key: 'discuss',
icon: renderIcon(DiscordIcon)
}