Skip to content

Commit

Permalink
change labels in Timeline + comment legend 'date inconnue' in Timelin…
Browse files Browse the repository at this point in the history
…e + change label in Data Person
  • Loading branch information
Lucaterre committed Apr 18, 2024
1 parent e721906 commit e9ceff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/PersonDataTimeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<button class="button button-toggle" @click="_collapseTimeline()">VOIR</button>

<div class="timeline-legend">
<span class="legend-item"><span class="dot neutral"></span> Cliquer/Survoler pour faire apparaître</span>
<span class="legend-item"><span class="dot without-date"></span> Date de l'événement inconnue</span>
<span class="legend-item"><span class="dot neutral"></span> Cliquer pour afficher l'événement</span>
<!--<span class="legend-item"><span class="dot without-date"></span> Date de l'événement inconnue</span>-->
</div>
<button class="button btn-scroll btn-scroll-up" @mousedown="startScroll(-100)" @mouseup="stopScroll"
:disabled="isAtTop"></button>
Expand Down
2 changes: 1 addition & 1 deletion src/views/PersonDataView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<b>Nom(s) - Cognomen :</b>
{{ meta_person['surname_alt_labels'] }}
</p>
<h4 class="section-subtitle">Présence dans les registres</h4>
<h4 class="section-subtitle">Mentions dans les registres</h4>
<p>
<b>Première mention :</b>
{{ formatDate(meta_person['first_mention_date']) }}
Expand Down

0 comments on commit e9ceff4

Please sign in to comment.