Skip to content

Commit e75b057

Browse files
committed
Fix: Show correct cursor in footer and add mastodon
Fixes #2010 Fixes #1978
1 parent f4fa6ea commit e75b057

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/LandingPageFooter.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<li class="py-1">
7070
<t-nuxtlink
7171
class="no-underline text-sm text-gray-800 hover:text-primary-800"
72+
href=""
7273
@click="showLegalNotices = true"
7374
>
7475
Legal Notices
@@ -77,6 +78,7 @@
7778
<li class="py-1">
7879
<t-nuxtlink
7980
class="no-underline text-sm text-gray-800 hover:text-primary-800"
81+
href=""
8082
@click="showPrivacyPolicy = true"
8183
>
8284
Privacy Policy
@@ -147,9 +149,9 @@
147149
<li class="py-1">
148150
<t-nuxtlink
149151
class="no-underline text-sm text-gray-800 hover:text-primary-800"
150-
href="https://twitter.com/JabRef_org"
152+
rel="me" href="https://foojay.social/@jabref">
151153
>
152-
Twitter
154+
Mastodon
153155
</t-nuxtlink>
154156
</li>
155157
<li class="py-1">

0 commit comments

Comments
 (0)