Skip to content

Commit

Permalink
fix twitter and mastodon links
Browse files Browse the repository at this point in the history
  • Loading branch information
stitch committed Mar 4, 2024
1 parent 19fb5fb commit e6d5020
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<li><a class="footlink" href="https://www.internet.nl/privacy/">{{ $t('base.privacy') }}</a></li>
<li><a class="footlink" href="https://www.internet.nl/copyright/">{{ $t('base.copyright') }}</a></li>
<li class="follow-us"><a class="footlink twitterfollow"
href="https://twitter.com/internet_nl">{{ $t('base.followtwitter') }}</a></li>
href="https://x.com/internet_nl">{{ $t('base.followtwitter') }}</a></li>
<li class="follow-us"><a class="footlink linkedinfollow"
href="https://twitter.com/internet_nl">{{ $t('base.followlinkedin') }}</a></li>
href="https://www.linkedin.com/company/internet-nl/">{{ $t('base.followlinkedin') }}</a></li>
<li class="follow-us"><a class="footlink mastodonfollow"
href="https://twitter.com/internet_nl">{{ $t('base.followmastodon') }}</a></li>
href="https://mastodon.nl/@internet_nl">{{ $t('base.followmastodon') }}</a></li>


</ul>
Expand Down Expand Up @@ -112,6 +112,10 @@ export default {
background-size: 1.25em 1.25em !important;
padding-left: 2em !important;
}

.footlink:hover, .footlink:visited, .footlink:active {
color:white;
}
</style>
<i18n>
{
Expand Down

0 comments on commit e6d5020

Please sign in to comment.