Commit ad9f541 1 parent 1b7b582 commit ad9f541 Copy full SHA for ad9f541
File tree 3 files changed +2068
-42
lines changed
packages/blog-starter-kit/themes/enterprise
3 files changed +2068
-42
lines changed Original file line number Diff line number Diff line change @@ -501,13 +501,13 @@ export const Header = () => {
501
501
Join our Slack
502
502
</ a >
503
503
504
- < Button
504
+ { /* <Button
505
505
href="https://cloud.mindsdb.com/login"
506
506
as="a"
507
507
type="outline"
508
508
label="LOG IN"
509
509
className="h-10 !text-sm"
510
- />
510
+ /> */ }
511
511
< Button
512
512
href = "https://github.com/mindsdb/mindsdb"
513
513
as = "a"
@@ -613,12 +613,12 @@ export const Header = () => {
613
613
</ Disclosure >
614
614
</ div >
615
615
< div className = "py-6" >
616
- < a
616
+ { /* <a
617
617
href="https://cloud.mindsdb.com/login"
618
618
className="-mx-3 block rounded-lg px-3 py-2.5 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"
619
619
>
620
620
Log in
621
- </ a >
621
+ </a> */ }
622
622
< a
623
623
href = "https://github.com/mindsdb/mindsdb"
624
624
className = "-mx-3 block rounded-lg px-3 py-2.5 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"
You can’t perform that action at this time.
0 commit comments