Skip to content

Commit

Permalink
Remove text, add terms link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruCioata committed Mar 5, 2024
1 parent a169dcb commit 9a7506e
Show file tree
Hide file tree
Showing 3 changed files with 7,312 additions and 7,518 deletions.
3 changes: 0 additions & 3 deletions components/complaint/ComplaintData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<p class="complaint-data-text underline" data-listen-text style="font-weight: 600;">
Nu te îngrijora !
</p>
<p class="complaint-data-text" data-listen-text>
Prin mesajul tău, vom spune autorităților <span style="font-weight: 700;">să aibă grijă</span><br /> de datele tale pentru ca tu să fii în siguranță.
</p>

<form-actions
@next="$emit('next')"
Expand Down
11 changes: 10 additions & 1 deletion components/shared/layout/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,19 @@
plain
color="#333"
to="/despre"
class="footer-link"
class="footer-link mr-4"
>
Despre proiect
</v-btn>
<v-btn
text
plain
color="#333"
class="footer-link"
to="/termeni-si-conditii"
>
Termeni și condiții
</v-btn>
</div>
</v-col>
</v-row>
Expand Down
Loading

0 comments on commit 9a7506e

Please sign in to comment.