Skip to content

Commit

Permalink
Merge pull request #156 from La-CHATTE-2-0/fix/histo
Browse files Browse the repository at this point in the history
fix croix dates
  • Loading branch information
alanlecart authored Sep 30, 2024
2 parents 253a3b2 + 18edd18 commit 21a30f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-amienois",
"version": "2.2.3",
"version": "2.2.4",
"description": "Code de la faluche PWA",
"private": false,
"type": "module",
Expand Down
13 changes: 6 additions & 7 deletions src/core/historique_croix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ const droits = [
},
{
surname: 'Jean-Baptiste "Ch\'Bof" A.',
year: 2018,
year: 2016,
},
{
surname: 'Claire "La Galoche" F.',
year: 2003,
year: 2018,
},
{
surname: 'Sébastien "Casseur-Flotteur" F.',
Expand Down Expand Up @@ -159,27 +159,26 @@ const pharmaciens = [

const sagefemmes = [
{
surname: 'MacBright',
year: 2003,
surname: 'MacBright'
},
{
surname: 'Manu "Manus" T.',
year: 2003,
year: 2010,
},
{
surname: 'Solène "CaCa" M.',
year: 2013,
},
{
surname: 'Julia C.',
year: 2018,
year: 2015,
},
{
surname: 'Jennifer "Falquaad" C.',
year: 2018,
},
{
surname: 'Coralie "Jafar" M.',
surname: 'Coralie "Jafaaaaar" M.',
year: 2023,
},
]
Expand Down
2 changes: 2 additions & 0 deletions src/pages/HistoriqueCroix.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,7 @@ import { sciences, droits, pharmaciens, medecines, sagefemmes } from "../core/hi
</v-timeline-item>
</v-timeline>
</v-card>

<p class="mt-8">Il a existé d'autres Grands-Maitres dans la ville (chez les jaunes et les IUTs). Je les ajouterai si je trouve assez d'information dessus.</p>
</v-container>
</template>

0 comments on commit 21a30f4

Please sign in to comment.