Skip to content

Commit

Permalink
fix: fixed issue with js and changed color back to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
KostLinux committed Sep 1, 2024
1 parent ba50d6c commit 0860dc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/pages/join-us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ <h2 class="text-4xl font-bold mt-12 mb-4" data-translation-key="learn_build_succ
<input id="termsCheckbox" type="checkbox" class="form-checkbox h-5 w-5 text-purple-400 dark:text-white">
<span class="ml-2 text-white dark:text-white" data-translation-key="contact_form_agree_checkbox_label">
I agree to
<a href="/resources/terms/en/terms_and_conditions.pdf" target="_blank" class="text-purple-400 hover:underline">Terms
<a href="/resources/terms/en/terms_and_conditions.pdf" target="_blank" class="text-blue-500 hover:underline">Terms
&
Conditions</a>
and
<a href="/resources/terms/en/privacy_policy.pdf" target="_blank" class="text-purple-400 hover:underline">Privacy
<a href="/resources/terms/en/privacy_policy.pdf" target="_blank" class="text-blue-500 hover:underline">Privacy
Policy</a>
</span>
</label>
Expand Down Expand Up @@ -274,6 +274,6 @@ <h2 class="text-4xl font-bold mt-12 mb-4" data-translation-key="learn_build_succ
</footer>
</body>

<script src="../js/join-us.js"></script>
<script src="/resources/js/join-us.js"></script>

</html>

0 comments on commit 0860dc4

Please sign in to comment.