Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions components/LandingPageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,22 @@
</t-nuxtlink>
</li>
<li class="py-1">
<t-nuxtlink
class="no-underline text-sm text-highlighted hover:text-primary-800"
<button
type="button"
class="cursor-pointer border-0 bg-transparent p-0 text-sm text-highlighted hover:text-primary-800"
@click="showLegalNotices = true"
>
Legal Notices
</t-nuxtlink>
</button>
</li>
<li class="py-1">
<t-nuxtlink
class="no-underline text-sm text-highlighted hover:text-primary-800"
<button
type="button"
class="cursor-pointer border-0 bg-transparent p-0 text-sm text-highlighted hover:text-primary-800"
@click="showPrivacyPolicy = true"
>
Privacy Policy
</t-nuxtlink>
</button>
</li>
</ul>
</div>
Expand Down
Loading