Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: remove yt link button (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock authored Feb 6, 2024
1 parent 070a2b3 commit 5a78d71
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/views/user/UserDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@
<Icon lib="fab" icon="discord" />
</div>

<div
v-if="!connections.some((c) => c.platform === 'YOUTUBE')"
class="connect-button with-gradient"
platform="YOUTUBE"
@click="linkAccount('YOUTUBE')"
>
<Icon lib="fab" icon="youtube" />
</div>

<div
v-if="!connections.some((c) => c.platform === 'KICK')"
class="connect-button with-gradient"
Expand Down

0 comments on commit 5a78d71

Please sign in to comment.