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

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>RPCSX - PS4 Emulator</title>
</head>
<body>
<div id="app"></div>

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)
}