From 0a00398a330ea447066bc57494c5a2808ec5462c Mon Sep 17 00:00:00 2001 From: dragongoose <dragonmail14@protonmail.com> Date: Sun, 2 Jun 2024 12:06:46 -0400 Subject: [PATCH] Fix #101 part 2 --- src/views/FollowingView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/FollowingView.vue b/src/views/FollowingView.vue index ed41636..36801f0 100644 --- a/src/views/FollowingView.vue +++ b/src/views/FollowingView.vue @@ -84,7 +84,7 @@ export default { <div class="inline-flex bg-overlay0 p-2.5 m-1 rounded-md w-[22rem]"> <img :src="streamer.pfp" class="w-16 rounded-full" /> <div class="justify-between flex flex-col ml-2 truncate text-ellipsis w-[8rem]"> - <h1 class="text-2xl font-bold">{{ streamer.username }}</h1> + <h1 class="text-2xl font-bold"><router-link :to="streamer.login">{{ streamer.username }}</router-link></h1> <span>{{ abbreviate(streamer.followers) }} Followers</span> </div> <div class="m-auto">