Skip to content

Commit ad9f541

Browse files
authored
Hide Login button temporary (#15)
1 parent 1b7b582 commit ad9f541

File tree

3 files changed

+2068
-42
lines changed

3 files changed

+2068
-42
lines changed

packages/blog-starter-kit/themes/enterprise/components/header.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -501,13 +501,13 @@ export const Header = () => {
501501
Join our Slack
502502
</a>
503503

504-
<Button
504+
{/* <Button
505505
href="https://cloud.mindsdb.com/login"
506506
as="a"
507507
type="outline"
508508
label="LOG IN"
509509
className="h-10 !text-sm"
510-
/>
510+
/> */}
511511
<Button
512512
href="https://github.com/mindsdb/mindsdb"
513513
as="a"
@@ -613,12 +613,12 @@ export const Header = () => {
613613
</Disclosure>
614614
</div>
615615
<div className="py-6">
616-
<a
616+
{/* <a
617617
href="https://cloud.mindsdb.com/login"
618618
className="-mx-3 block rounded-lg px-3 py-2.5 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"
619619
>
620620
Log in
621-
</a>
621+
</a> */}
622622
<a
623623
href="https://github.com/mindsdb/mindsdb"
624624
className="-mx-3 block rounded-lg px-3 py-2.5 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"

0 commit comments

Comments
 (0)