mirror of
https://github.com/RPCSX/RPCSX.github.io.git
synced 2026-01-31 01:05:21 +01:00
Fix site title
This commit is contained in:
@@ -119,9 +119,6 @@
|
||||
|
||||
import './assets/logo-light.png';
|
||||
|
||||
|
||||
document.title = 'RPCSX - PS4 Emulator';
|
||||
|
||||
/**
|
||||
* @type import('naive-ui').GlobalThemeOverrides
|
||||
*/
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user