Skip to content

Commit

Permalink
CovidTrackerFr#99 Add vaccination eligibility government link
Browse files Browse the repository at this point in the history
  • Loading branch information
nhumblot committed Apr 22, 2021
1 parent 3ce4b4d commit 7e96190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/vmd-rdv.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ export abstract class AbstractVmdRdvView extends LitElement {
<br/>
${(this.lieuxParDepartementAffiches && this.lieuxParDepartementAffiches.derniereMiseAJour) ? html`<span class="fs-6 text-black-50">Dernière mise à jour : il y a ${Dates.formatDurationFromNow(this.lieuxParDepartementAffiches!.derniereMiseAJour)}</span>` : html``}
</h3>
<p class="text-center fs-6 text-black-50">Vous pouvez confirmer votre éligibilité à la vaccination via
<a href="https://www.gouvernement.fr/etes-vous-eligible-a-la-vaccination-contre-la-covid-19"
target="_blank">ce module fourni par le gouvernement</a></p>
<div class="spacer mt-5 mb-5"></div>
<div class="resultats px-2 py-5 text-dark bg-light rounded-3">
Expand Down

0 comments on commit 7e96190

Please sign in to comment.