We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7bdb6 commit f532922Copy full SHA for f532922
src/app/ai/header.tsx
@@ -114,12 +114,12 @@ export default function HeaderStandalone({ className }: HeaderStandaloneProps) {
114
>
115
Login
116
</a>
117
- <a
+ {/* <a
118
href="https://app.grapesjs.com/dashboard"
119
className="inline-block px-4 py-2 text-sm font-semibold leading-5 text-gray-100 no-underline bg-purple-600 border border-purple-600 rounded-lg cursor-pointer transition-all duration-200 hover:bg-opacity-90 sm:px-5 sm:py-2 lg:px-6 lg:py-2 whitespace-nowrap"
120
121
Get Started
122
- </a>
+ </a> */}
123
124
{/* Mobile Menu Button */}
125
<button
0 commit comments