We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fa6ea commit e75b057Copy full SHA for e75b057
components/LandingPageFooter.vue
@@ -69,6 +69,7 @@
69
<li class="py-1">
70
<t-nuxtlink
71
class="no-underline text-sm text-gray-800 hover:text-primary-800"
72
+ href=""
73
@click="showLegalNotices = true"
74
>
75
Legal Notices
@@ -77,6 +78,7 @@
77
78
79
80
81
82
@click="showPrivacyPolicy = true"
83
84
Privacy Policy
@@ -147,9 +149,9 @@
147
149
148
150
151
- href="https://twitter.com/JabRef_org"
152
+ rel="me" href="https://foojay.social/@jabref">
153
- Twitter
154
+ Mastodon
155
</t-nuxtlink>
156
</li>
157
0 commit comments