Skip to content

Commit

Permalink
Fix cursor and replace twitter with mastodon
Browse files Browse the repository at this point in the history
Fixes #2010 
Fixes #1978
  • Loading branch information
Siedlerchr authored Aug 21, 2023
1 parent 3c0b75b commit a51f843
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/LandingPageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<li class="py-1">
<t-nuxtlink
class="no-underline text-sm text-gray-800 hover:text-primary-800"
href=""
@click="showLegalNotices = true"
>
Legal Notices
Expand All @@ -78,6 +79,7 @@
<t-nuxtlink
class="no-underline text-sm text-gray-800 hover:text-primary-800"
@click="showPrivacyPolicy = true"
href=""
>
Privacy Policy
</t-nuxtlink>
Expand Down Expand Up @@ -147,9 +149,9 @@
<li class="py-1">
<t-nuxtlink
class="no-underline text-sm text-gray-800 hover:text-primary-800"
href="https://twitter.com/JabRef_org"
rel="me" href="https://foojay.social/@jabref">Mastodon</a>
>
Twitter
Mastodon
</t-nuxtlink>
</li>
<li class="py-1">
Expand Down

0 comments on commit a51f843

Please sign in to comment.