mirror of
https://github.com/algora-io/tv.git
synced 2024-11-26 01:00:20 +02:00
add link from video to channel
This commit is contained in:
parent
800f58dfec
commit
3cef9df24c
@ -88,7 +88,7 @@ defmodule AlgoraWeb.VideoLive do
|
||||
</figure>
|
||||
|
||||
<div class="flex flex-col items-start px-4 justify-start md:flex-row md:items-center md:justify-between gap-8">
|
||||
<div class="flex items-center gap-4">
|
||||
<.link navigate={~p"/#{@channel.handle}"} class="flex items-center gap-4">
|
||||
<div class="relative h-20 w-20 shrink-0">
|
||||
<img
|
||||
src={@channel.avatar_url}
|
||||
@ -143,7 +143,7 @@ defmodule AlgoraWeb.VideoLive do
|
||||
</div>
|
||||
<div :if={!@channel.tech} class="text-sm text-gray-300">@<%= @channel.handle %></div>
|
||||
</div>
|
||||
</div>
|
||||
</.link>
|
||||
<div class="hidden lg:flex gap-6">
|
||||
<div>
|
||||
<div class="text-xs font-medium text-gray-300 sm:text-sm">
|
||||
|
Loading…
Reference in New Issue
Block a user