Skip to content

Commit 694d53b

Browse files
committed
SALG-1278: Prettier
1 parent eb9d094 commit 694d53b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/routes/Route.jsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ function Route({ id }) {
1717
if (route === null) return null;
1818

1919
return (
20-
<Link className="bg-zinc-100 dark:bg-zinc-700 flex relative" to={`/route/${id}`}>
21-
<div className="w-32 flex justify-center place-items-center" >
20+
<Link
21+
className="bg-zinc-100 dark:bg-zinc-700 flex relative"
22+
to={`/route/${id}`}
23+
>
24+
<div className="w-32 flex justify-center place-items-center">
2225
<CirclePlay className="absolute w-6" />
2326
<Image className="object-cover h-full" src={route.image} />
2427
</div>

0 commit comments

Comments
 (0)