We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2d624 commit 2f232ecCopy full SHA for 2f232ec
app/image/[prompt]/page.tsx
@@ -81,14 +81,15 @@ export default async function GenerateImagePage(params: {
81
82
return (
83
<div className="flex flex-col gap-4">
84
- <div className="space-x-2">
+ <div className="flex w-full items-center justify-between">
85
<Link
86
href={`/create?country=${country}&prompt=${encodedPrompt}`}
87
>
88
<Button data-testid="Go back" variant={"outline"}>
89
<ChevronLeft className="h-4 w-4" />
90
</Button>
91
</Link>
92
+ <span>Your image :)</span>
93
<a href={`/image/${encodedPrompt}?country=${country}`}>
94
<Button
95
data-testid="Generate new image with same prompt button"
0 commit comments