Change OKI name and icons
This commit is contained in:
+4
-4
@@ -8,10 +8,10 @@ export default function Custom404() {
|
||||
<Link href='/'>
|
||||
<a>
|
||||
<Image
|
||||
alt='Logo #OKi'
|
||||
width={551}
|
||||
height={315}
|
||||
src='/oki-logo-551x315.png'
|
||||
alt='Logo OKI'
|
||||
width={512}
|
||||
height={512}
|
||||
src='/logo-512x512.png'
|
||||
quality={20}
|
||||
/>
|
||||
</a>
|
||||
|
||||
+4
-4
@@ -8,10 +8,10 @@ export default function Custom500() {
|
||||
<Link href='/'>
|
||||
<a>
|
||||
<Image
|
||||
alt='Logo #OKi'
|
||||
width={551}
|
||||
height={315}
|
||||
src='/oki-logo-551x315.png'
|
||||
alt='Logo OKI'
|
||||
width={512}
|
||||
height={512}
|
||||
src='/logo-512x512.png'
|
||||
quality={20}
|
||||
/>
|
||||
</a>
|
||||
|
||||
+3
-3
@@ -11,10 +11,10 @@ export default class MyDocument extends Document {
|
||||
<Html lang='fr' prefix='og: https://ogp.me/ns#'>
|
||||
<Head>
|
||||
<link rel='manifest' href='/manifest.json' />
|
||||
<link rel='icon' type='image/x-icon' sizes='128x128' href='/favicon.ico' />
|
||||
<link rel='apple-touch-icon' href='/favicon.ico' />
|
||||
<link rel='icon' type='image/png' sizes='128x128' href='/favicon.png' />
|
||||
<link rel='apple-touch-icon' href='/favicon.png' />
|
||||
{this.props.emotionStyleTags}
|
||||
<meta name='application-name' content='#OKi | Organisation KA Internationale' />
|
||||
<meta name='application-name' content='OKI | Organisation KA Internationale' />
|
||||
<meta name='theme-color' content='#303030' />
|
||||
<meta name='apple-mobile-web-app-status-bar' content='#303030' />
|
||||
<meta charSet='utf-8' />
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ export default function Home({errorCode, errorMessage, stats}) {
|
||||
<Box sx={{flexGrow: 1, marginBottom: 3, marginTop: 3}}>
|
||||
<Container align='center'>
|
||||
<Typography sx={{fontWeight: 'bold'}} variant='h6' component='h1'>
|
||||
#OKi
|
||||
OKI
|
||||
</Typography>
|
||||
<Typography sx={{fontWeight: 'bold'}} variant='h6' component='h2'>
|
||||
Organisation KA Internationale
|
||||
|
||||
Reference in New Issue
Block a user