feat: Modification du titre de l'application
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user