Skip to content

Commit

Permalink
Merge pull request #89 from StrangeRanger/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger authored Nov 30, 2024
2 parents 2c324b3 + d253cb8 commit 2ad29cc
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions pages/links.vue
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<script setup lang="ts">
const array = [
{
title: "Twitter",
text: "My Twitter account.",
link: "https://twitter.com/_Hunter_T_",
icon: "mdi-twitter",
color: "#1DA1F2",
title: "Bluesky",
text: "My Bluesky account.",
link: "https://bsky.app/profile/hthompson.dev",
icon: "mdi-account",
color: "#4f9bd9",
},
{
title: "SoundCloud",
text: "My SoundCloud account.",
link: "https://soundcloud.com/SubDubZero",
icon: "mdi-soundcloud",
color: "#FF5500",
title: "Twitter (X)",
text: "My Twitter (X) account.",
link: "https://x.com/_Hunter_T_",
icon: "mdi-twitter",
color: "#1DA1F2",
},
{
title: "GitHub",
Expand All @@ -21,6 +21,13 @@ const array = [
icon: "mdi-github",
color: "#ffffff",
},
{
title: "SoundCloud",
text: "My SoundCloud account.",
link: "https://soundcloud.com/SubDubZero",
icon: "mdi-soundcloud",
color: "#FF5500",
},
];
</script>

Expand Down

0 comments on commit 2ad29cc

Please sign in to comment.