Skip to content

Commit

Permalink
Updated Privacy Policy
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMocha committed Jul 8, 2024
1 parent 3c554ec commit a2c30a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/assets/css/panels/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,9 @@

.no-acc {
margin-top: 5%;
}

#privacy-infos h5:hover {
color: #eb4760;
cursor: pointer;
}
4 changes: 3 additions & 1 deletion src/panels/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
</div>
<button class="cancel cancel-login" style="display:none">Annuler</button>
<hr>
<div class="no-acc"><h5>Politique de confidentialté disponible sur www.almyria.fr/legal</h5></div>
<div id="privacy-infos" class="no-acc">
<h5 onclick="require('electron').shell.openExternal('https://www.almyria.fr/reglement/legal')">Politique de confidentialité</h5>
</div>
</div>

<div class="login-card-mojang">
Expand Down

0 comments on commit a2c30a4

Please sign in to comment.