Update src/app/make/page.tsx
This commit is contained in:
@@ -45,7 +45,7 @@ export default function MakePage() {
|
|||||||
<div className="mt-8">
|
<div className="mt-8">
|
||||||
<button
|
<button
|
||||||
onClick={() => console.log("Generating page for:", url)}
|
onClick={() => console.log("Generating page for:", url)}
|
||||||
className="w-full py-4 px-6 bg-primary text-primary-cta-text rounded-xl font-semibold hover:opacity-90 transition">
|
className="w-full py-4 px-6 bg-[var(--primary-cta)] text-[var(--primary-cta-text)] rounded-xl font-semibold hover:opacity-90 transition">
|
||||||
Generate the page
|
Generate the page
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user