feat: Modification du titre de l'application

This commit is contained in:
2023-04-21 15:51:47 +02:00
parent eca3b5b98d
commit 879eb1c51a
3 changed files with 5 additions and 4 deletions

View File

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