Skip to content

Commit

Permalink
Merge branches 'samuv/fix-icons' and 'samuv/fix-icons' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/snapshot-labs/sx-ui into samuv/fix-icons
  • Loading branch information
samuveth committed Feb 5, 2024
2 parents 74e26f8 + af5b767 commit 6049cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ICGithub from '~icons/c/github';
const COMMIT_SHA = import.meta.env.VITE_COMMIT_SHA || '';
const socials = [
const SOCIALS = [
{
href: 'https://twitter.com/SnapshotLabs',
icon: ICX
Expand Down Expand Up @@ -73,7 +73,7 @@ const socials = [
<div class="space-y-2">
<div class="eyebrow">Join the community</div>
<div class="flex space-x-2">
<a v-for="social in socials" :key="social.href" :href="social.href" target="_blank">
<a v-for="social in SOCIALS" :key="social.href" :href="social.href" target="_blank">
<component :is="social.icon" class="!text-[27px] text-[#606060] hover:text-skin-link" />
</a>
</div>
Expand Down

0 comments on commit 6049cbd

Please sign in to comment.