mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
docs: remove recipe generator link from next to extension search (#4858)
This commit is contained in:
@@ -63,12 +63,6 @@ export default function HomePage() {
|
||||
onChange={(e) => setSearchQuery(e.target.value)}
|
||||
/>
|
||||
</div>
|
||||
<Link to="/recipe-generator" className="no-underline ml-4">
|
||||
<div className="flex items-center gap-2 bg-bgAppInverse text-textProminentInverse px-4 py-3 rounded-lg hover:bg-opacity-90 transition-all">
|
||||
<Wand2 className="h-5 w-5" />
|
||||
<span>Recipe Generator</span>
|
||||
</div>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
|
||||
Reference in New Issue
Block a user