Skip to content

Commit 492ed10

Browse files
committed
.
1 parent 45d2721 commit 492ed10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(default_site)/test/landing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export function Landing() {
163163

164164

165165
<div className="flex-1/2 flex flex-col gap-10 justify-around select-none">
166-
<div className="flex flex-row justify-end font-bold">
166+
<div className="flex flex-row font-bold">
167167
{index + 1} / {landings.length}
168168
</div>
169169
<div className="flex flex-col gap-10 w-full">

0 commit comments

Comments
 (0)