Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion src/components/Footer.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script>
import FaFacebookSquare from 'svelte-icons/fa/FaFacebookSquare.svelte';
import FaInstagram from 'svelte-icons/fa/FaInstagram.svelte';
import FaTwitter from 'svelte-icons/fa/FaTwitter.svelte';
import FaDiscord from 'svelte-icons/fa/FaDiscord.svelte';
import FaGithub from 'svelte-icons/fa/FaGithub.svelte';
</script>
Expand Down Expand Up @@ -49,6 +50,14 @@
itemizentnu
</a>
</div>
<div>
<a href="https://www.twitter.com/itemizentnu/">
<span>
<FaTwitter />
</span>
itemizeNTNU
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Liten i i Itemize?

</a>
</div>
<div>
<a href="https://discord.gg/3NAzCuA">
<span>
Expand Down Expand Up @@ -130,7 +139,7 @@
align-self: center;
display: grid;
grid-gap: 12px;
height: 170px;
height: 210px;
}
.socials > div {
display: flex;
Expand Down