Skip to content

Commit 2f232ec

Browse files
committed
styling
1 parent 9c2d624 commit 2f232ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/image/[prompt]/page.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,15 @@ export default async function GenerateImagePage(params: {
8181

8282
return (
8383
<div className="flex flex-col gap-4">
84-
<div className="space-x-2">
84+
<div className="flex w-full items-center justify-between">
8585
<Link
8686
href={`/create?country=${country}&prompt=${encodedPrompt}`}
8787
>
8888
<Button data-testid="Go back" variant={"outline"}>
8989
<ChevronLeft className="h-4 w-4" />
9090
</Button>
9191
</Link>
92+
<span>Your image :)</span>
9293
<a href={`/image/${encodedPrompt}?country=${country}`}>
9394
<Button
9495
data-testid="Generate new image with same prompt button"

0 commit comments

Comments
 (0)