Skip to content

Commit

Permalink
fix: use moved links
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Aug 4, 2024
1 parent a3fffb2 commit 57861d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/sections/header.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<script>
import Navbar from "../interface/navbar.svelte";
import DownloadCta from "../interface/download_cta.svelte";
import Phones from '$lib/assets/phones.png';
</script>

<div class="header">
Expand All @@ -18,7 +16,7 @@
</p>
<DownloadCta />
<p class="conditions">
En téléchargeant l’app, vous acceptez les <a href="https://docs.getpapillon.xyz/documents/terms-of-service/">conditions d’utilisation</a> et la <a href="https://docs.getpapillon.xyz/documents/privacy-policy/">politique de confidentialité</a>
En téléchargeant l’app, vous acceptez les <a href="https://safety.getpapillon.xyz/documents/terms-of-service">conditions d’utilisation</a> et la <a href="https://safety.getpapillon.xyz/documents/privacy-policy">politique de confidentialité</a>
</p>
</div>
<enhanced:img src='../../lib/assets/phones.png' alt="Capture d'écran de l'application" />
Expand Down

0 comments on commit 57861d8

Please sign in to comment.