Skip to content

Commit

Permalink
Remove support links in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetaTwo authored Jan 23, 2024
1 parent 5f59b2f commit fe15988
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/SiteFooter.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<footer>
Contact: <a href="mailto:[email protected]">[email protected]</a> -
Support: <a href="https://paypal.me/ZetaTwo" title="Send me money on Paypal"><i class="fab fa-paypal"></i></a>
/ <a href="https://www.patreon.com/ZetaTwo" title="Support me on Patreon"><i class="fab fa-patreon"></i></a>
Contact: <a href="mailto:[email protected]">[email protected]</a>
</footer>
</template>

Expand All @@ -16,4 +14,4 @@ footer a:hover {
filter: brightness(.8);
}
</style>
</style>

0 comments on commit fe15988

Please sign in to comment.