Skip to content

Commit

Permalink
Revert "CovidTrackerFr#99 Add vaccination eligibility government link"
Browse files Browse the repository at this point in the history
This reverts commit 7e96190.
  • Loading branch information
nhumblot committed Apr 26, 2021
1 parent e04dce0 commit e75a441
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/vmd-rdv.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ 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 e75a441

Please sign in to comment.