mirror of
https://github.com/StepanovPlaton/torrent_frontend.git
synced 2026-04-03 20:30:48 +04:00
Work on game edit
This commit is contained in:
@@ -15,7 +15,7 @@ export const GameCard = ({ card }: { card: GameCardType }) => {
|
||||
/>
|
||||
)}
|
||||
<div className="flex items-center justify-between pr-2">
|
||||
<h2 className="text-3xl tb:text-xl py-1 group-hover/gamecard:underline underline-offset-4">
|
||||
<h2 className="text-3xl tb:text-xl py-1 group-hover/gamecard:underline underline-offset-1">
|
||||
{card.title}
|
||||
</h2>
|
||||
{card.version && (
|
||||
|
||||
Reference in New Issue
Block a user