This commit is contained in:
Michael Novotny 2023-08-08 16:09:52 -05:00 committed by GitHub
parent 0ebdb2fbc9
commit 14743f44d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ export function GridTileImage({
return ( return (
<div <div
className={clsx( className={clsx(
'flex h-full w-full items-center justify-center overflow-hidden rounded-lg border group bg-white hover:border-blue-600 dark:bg-black', 'group flex h-full w-full items-center justify-center overflow-hidden rounded-lg border bg-white hover:border-blue-600 dark:bg-black',
{ {
relative: label, relative: label,
'border-2 border-blue-600': active, 'border-2 border-blue-600': active,