We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77060ef + e14a406 commit 3e07544Copy full SHA for 3e07544
1 file changed
anything-frontend/src/app/recipes/new/page.tsx
@@ -139,6 +139,14 @@ export default function NewRecipePage() {
139
140
{mode === "url" && (
141
<form onSubmit={handleParse} className="space-y-4">
142
+ <button
143
+ type="button"
144
+ onClick={() => setMode("select")}
145
+ aria-label="Return to import mode selection"
146
+ className="text-sm text-blue-600 dark:text-blue-400 hover:underline mb-2"
147
+ >
148
+ ← Back
149
+ </button>
150
<div>
151
<label htmlFor="parse-url" className={LABEL_CLASS}>
152
Recipe URL
0 commit comments