Skip to content

Commit 6ab55c7

Browse files
committed
refactor: simplify bounty display in Bounties component
- Removed the repository name display from the bounty section for a cleaner layout. - Maintained focus on key information such as ticket number and bounty amount.
1 parent 83f9332 commit 6ab55c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/algora_web/components/bounties.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ defmodule AlgoraWeb.Components.Bounties do
2525
<div class="flex-grow min-w-0 mr-4">
2626
<div class="flex items-center text-sm">
2727
<span class="font-semibold mr-1">{bounty.repository.owner.name}</span>
28-
<.icon name="tabler-chevron-right" class="mr-1 size-3 text-muted-foreground" />
29-
<span class="font-semibold mr-1 text-muted-foreground">
30-
{bounty.repository.name}
31-
</span>
3228
<span class="text-muted-foreground mr-2">#{bounty.ticket.number}</span>
3329
<span class="font-display whitespace-nowrap text-sm font-semibold tabular-nums text-success mr-2">
3430
{Money.to_string!(bounty.amount)}

0 commit comments

Comments
 (0)