feat: Modification du titre de l'application
This commit is contained in:
parent
eca3b5b98d
commit
879eb1c51a
|
@ -1,6 +1,6 @@
|
|||
# Ceiba Score App
|
||||
# Scores Ceiba
|
||||
|
||||
Vous trouverez ici le code source de l'application de Score de Ceiba Conseil.
|
||||
Vous trouverez ici le code source de l'application de Scores de [Ceiba Conseil](https://www.ceiba-conseil.com/).
|
||||
|
||||
## Recommended IDE Setup
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Ceiba Scores</title>
|
||||
<title>Scores Ceiba</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
|
@ -44,7 +44,7 @@ function getTranslation(translations, key) {
|
|||
🌞
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Ceiba Scores App</h1>
|
||||
<h1>Scores Ceiba</h1>
|
||||
<ul>
|
||||
<li v-if="store.language == 'fr-FR'" @click="store.switchLanguage">🇫🇷</li>
|
||||
<li v-if="store.language == 'en-US'" @click="store.switchLanguage">🇺🇸</li>
|
||||
|
@ -75,6 +75,7 @@ header
|
|||
|
||||
h1
|
||||
text-align: center
|
||||
text-transform: uppercase
|
||||
|
||||
ul
|
||||
margin: 0
|
||||
|
|
Loading…
Reference in New Issue