Skip to content

Commit f532922

Browse files
authored
Remove Get STarted Button (#85)
1 parent 4d7bdb6 commit f532922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/ai/header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ export default function HeaderStandalone({ className }: HeaderStandaloneProps) {
114114
>
115115
Login
116116
</a>
117-
<a
117+
{/* <a
118118
href="https://app.grapesjs.com/dashboard"
119119
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"
120120
>
121121
Get Started
122-
</a>
122+
</a> */}
123123

124124
{/* Mobile Menu Button */}
125125
<button

0 commit comments

Comments
 (0)