aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-05-06 02:41:37 -0700
committerPinapelz <yukais@pinapelz.com>2025-05-06 02:41:37 -0700
commitdc479feeb17f3615ae8215e1abccce3f787fbeeb (patch)
treed61ba431bf7e6d4a49a2c4d0a3bc131d367e827a /src/components
parentd5f30fefdea5a75337b1e7fbc8a101a5df9f2e47 (diff)
parent65d724700cf777253e808415bc22dc54edf56dde (diff)
Merge branch 'master' into phase-tracker
Diffstat (limited to 'src/components')
-rw-r--r--src/components/SubscriberTable/SubscriberTableRow.tsx22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/components/SubscriberTable/SubscriberTableRow.tsx b/src/components/SubscriberTable/SubscriberTableRow.tsx
index 595a2c1..8708f8a 100644
--- a/src/components/SubscriberTable/SubscriberTableRow.tsx
+++ b/src/components/SubscriberTable/SubscriberTableRow.tsx
@@ -14,17 +14,17 @@ const ChannelRow: React.FC<ChannelRowProps> = ({ channel, index }) => (
className="border-b hover:bg-gray-100 cursor-pointer"
onClick={() => (window.location.href = "/stats/" + channel.channel_name)}
>
- <td className="py-3 px-1 sm:px-3 hidden sm:table-cell">{index + 1}</td>
- <td className="py-3 px-1 sm:px-3 flex items-center">
- <Image
- src={channel.profile_pic}
- alt={channel.channel_name}
- width={50}
- height={50}
- className="rounded-full"
- />
- <span className="ml-2">{channel.channel_name}</span>
- </td>
+ <td className="py-3 px-1 sm:px-3 hidden sm:table-cell">{index + 1}</td>
+ <td className="py-3 px-1 sm:px-3 flex items-center">
+ <Image
+ src={channel.profile_pic}
+ alt={channel.channel_name}
+ width={50}
+ height={50}
+ className="rounded-full"
+ />
+ <span className="ml-2">{channel.channel_name}</span>
+ </td>
<td className="py-3 px-1 sm:px-3 hidden sm:table-cell">
{channel.sub_org}
</td>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage