Remove twitter links
This commit is contained in:
@@ -12,12 +12,7 @@
|
||||
<div id="page_content" class="page_content">
|
||||
<section>
|
||||
<p>
|
||||
If you came here by a link from this very same website you can
|
||||
tell me about it on
|
||||
<a href="https://twitter.com/Fornax96">twitter</a>.
|
||||
</p>
|
||||
<p>
|
||||
Either way, there's nothing to see here, so you'll have to
|
||||
There's nothing to see here, so you'll have to
|
||||
<a href='/'>head over to the home page</a>.
|
||||
</p>
|
||||
<p>
|
||||
|
@@ -64,7 +64,6 @@ function resetMenu() {
|
||||
<br/>
|
||||
<div style="display: inline-block; margin: 0 8px;">
|
||||
<a href="https://www.patreon.com/pixeldrain" target="_blank">{{template `patreon.svg` .}} Patreon</a> |
|
||||
<a href="https://twitter.com/Fornax96" target="_blank">{{template `twitter.svg` .}} Twitter</a> |
|
||||
<a href="https://reddit.com/r/pixeldrain" target="_blank">{{template `reddit.svg` .}} Reddit</a> |
|
||||
<a href="https://github.com/Fornaxian" target="_blank">{{template `github.svg` .}} GitHub</a> |
|
||||
<a href="https://mastodon.social/web/@fornax" target="_blank">{{template `mastodon.svg` .}} Mastodon</a>
|
||||
|
@@ -56,10 +56,6 @@ onMount(() => {
|
||||
<i class="icon small">people</i>
|
||||
Discord
|
||||
</a>
|
||||
<a href="https://twitter.com/Fornax96" rel="noreferrer" class="button" target="_blank" style="background-color: #1a8cd8; color: #ffffff;">
|
||||
<i class="icon small">people</i>
|
||||
Twitter
|
||||
</a>
|
||||
<a href="https://www.reddit.com/r/PixelDrain"
|
||||
rel="noreferrer" class="button" target="_blank" style="background-color: #ff4500; color: #ffffff;"
|
||||
>
|
||||
|
@@ -5,7 +5,6 @@ import Github from "../icons/Github.svelte";
|
||||
import Mastodon from "../icons/Mastodon.svelte";
|
||||
import Patreon from "../icons/Patreon.svelte";
|
||||
import Reddit from "../icons/Reddit.svelte";
|
||||
import Twitter from "../icons/Twitter.svelte";
|
||||
import { formatDataVolumeBits } from "../util/Formatting.svelte";
|
||||
|
||||
let server_tx = 0
|
||||
@@ -41,9 +40,6 @@ onMount(async () => {
|
||||
<a href="https://discord.gg/TWKGvYAFvX" target="_blank" rel="noreferrer">
|
||||
<Discord style="color: var(--body_text_color);"/> Discord
|
||||
</a> |
|
||||
<a href="https://twitter.com/Fornax96" target="_blank" rel="noreferrer">
|
||||
<Twitter style="color: var(--body_text_color);"/> Twitter
|
||||
</a> |
|
||||
<a href="https://reddit.com/r/pixeldrain" target="_blank" rel="noreferrer">
|
||||
<Reddit style="color: var(--body_text_color);"/> Reddit
|
||||
</a> |
|
||||
|
Reference in New Issue
Block a user