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:
@@ -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>
|
||||
|
||||
@@ -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