Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/rompatch-gui/ui/src/components/LibraryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ function PatchedCard({
<div className="font-ui text-[11.5px] font-medium text-text leading-tight line-clamp-2 break-words tracking-[-0.1px]">
{patch.name}
</div>
<div className="mt-0.5 font-mono text-[9px] uppercase text-text-faint tracking-[1px] truncate">
based on {rom.title}
<div className="mt-0.5 font-mono text-[9px] uppercase text-text-faint tracking-[1px]">
{rom.system} · {patch.outputSize}
</div>
</div>
</button>
Expand Down
Loading