diff --git a/pages/index.vue b/pages/index.vue index 5cff407..e2bd4ca 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -160,12 +160,12 @@ const socialLinks = [ { href: 'https://git.icynet.eu/evert', icon: 'icon-gitea', - name: 'Gitea', + name: 'Gitea (personal git)', }, { href: 'https://social.lunasqu.ee/diamond', icon: 'icon-pleroma', - name: 'Pleroma', + name: 'Pleroma (Mastodon)', }, { href: 'https://reddit.com/user/LunaSquee', @@ -175,7 +175,7 @@ const socialLinks = [ { href: 'https://github.com/LunaSquee', icon: 'icon-github-circled', - name: 'GitHub (old stuff)', + name: 'GitHub (mostly archives)', }, ];