Skip to content

Commit

Permalink
changed links to be outside the form
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Oct 18, 2024
1 parent 68cfb36 commit bbcc50a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
border-left: none;
}

.form__privacy-link {
.privacy-link {
color: green;
display: flex;
justify-content: center;
padding-top: 20px;
}

.form__vulnerability-link {
.vulnerability-link {
color: gray;
display: flex;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion views_euid/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{{__ "euid-for-more-information" }}
<a href='/privacy'>{{__ 'euid-privacy-notice'}}</a>.
</p>
<a target="_blank" href="https://www.thetradedesk.com/us/trust/report-a-vulnerability" class="form__vulnerability-link">{{__ 'Report-vulnerability'}}</a>
<a target="_blank" href="https://www.thetradedesk.com/us/trust/report-a-vulnerability" class="vulnerability-link">{{__ 'Report-vulnerability'}}</a>
<script>
const form = document.getElementById("email_prompt");
form.addEventListener("submit", onSubmit); function onSubmit(e) {
Expand Down
4 changes: 2 additions & 2 deletions views_uid2/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
<button class="form__next-button">
{{__ "NEXT"}}
</button>
<a target="_blank" href="https://www.thetradedesk.com/us/website-privacy-policy" class="form__privacy-link">{{__ 'Privacy-policy'}}</a>
<a target="_blank" href="https://www.thetradedesk.com/us/trust/report-a-vulnerability" class="form__vulnerability-link">{{__ 'Report-vulnerability'}}</a>
</form>
<a target="_blank" href="https://www.thetradedesk.com/us/website-privacy-policy" class="privacy-link">{{__ 'Privacy-policy'}}</a>
<a target="_blank" href="https://www.thetradedesk.com/us/trust/report-a-vulnerability" class="vulnerability-link">{{__ 'Report-vulnerability'}}</a>
<script>
function handleIdTypeClick(idType) {
if (idType.value === "email") {
Expand Down

0 comments on commit bbcc50a

Please sign in to comment.