We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebe467 commit 474f66aCopy full SHA for 474f66a
1 file changed
resources/js/pages/v/index.vue
@@ -192,12 +192,14 @@
192
@error="$event.target.src = '/storage/avatars/default.jpg'"
193
/>
194
</router-link>
195
- <div class="ml-3 pt-0.5 min-w-0 flex-1 items-center">
196
- <div
197
- class="text-base sm:text-[17px] font-semibold dark:text-slate-50 mt-2 -mb-1 truncate"
198
- >
199
- {{ currentVideo.account.username }}
200
- </div>
+ <div class="ml-3 min-w-0 flex flex-col justify-center">
+ <router-link :to="`/@${currentVideo.account.username}`">
+ <div
+ class="text-base sm:text-[17px] font-semibold dark:text-slate-50 truncate"
+ >
+ {{ currentVideo.account.username }}
201
+ </div>
202
+ </router-link>
203
<div
204
class="text-xs sm:text-[13px] font-light flex gap-1 items-center"
205
>
0 commit comments