Update src/app/make/page.tsx
This commit is contained in:
@@ -45,7 +45,7 @@ export default function MakePage() {
|
||||
<div className="mt-8">
|
||||
<button
|
||||
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
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user