Skip to content

Commit

Permalink
ok good to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTranqui committed May 6, 2024
1 parent 6a83edc commit 40ddb5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/site/components/server/ItemCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ export async function ItemCard({
</Flex>
<Flex className="items-center">
<Username id={add.addedById} />
<span className="text-secondary-foreground leading-none">{'·'}</span>
<span className="text-secondary-foreground leading-none">
{'·'}
</span>
<Link
href={`/channel/${add.channelId}`}
className="hover:underline underline-offset-2 transition-all decoration-secondary-foreground truncate"
Expand Down

0 comments on commit 40ddb5b

Please sign in to comment.