diff --git a/app/components/layout/ThePresenceIndicator.vue b/app/components/layout/ThePresenceIndicator.vue index f2b27344..8624b07e 100644 --- a/app/components/layout/ThePresenceIndicator.vue +++ b/app/components/layout/ThePresenceIndicator.vue @@ -53,9 +53,9 @@ const LiveWrapper = defineComponent({ h( 'a', { - href: 'https://tv.algora.io/danielroe', + href: 'https://twitch.tv/danielroe', target: '_blank', - title: 'Live now on Algora', + title: 'Live now on Twitch', }, slots, )