Skip to content

Commit

Permalink
Hide Login button temporary (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemahmedx0 authored Apr 15, 2024
1 parent 1b7b582 commit ad9f541
Show file tree
Hide file tree
Showing 3 changed files with 2,068 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,13 +501,13 @@ export const Header = () => {
Join our Slack
</a>

<Button
{/* <Button
href="https://cloud.mindsdb.com/login"
as="a"
type="outline"
label="LOG IN"
className="h-10 !text-sm"
/>
/> */}
<Button
href="https://github.com/mindsdb/mindsdb"
as="a"
Expand Down Expand Up @@ -613,12 +613,12 @@ export const Header = () => {
</Disclosure>
</div>
<div className="py-6">
<a
{/* <a
href="https://cloud.mindsdb.com/login"
className="-mx-3 block rounded-lg px-3 py-2.5 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"
>
Log in
</a>
</a> */}
<a
href="https://github.com/mindsdb/mindsdb"
className="-mx-3 block rounded-lg px-3 py-2.5 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"
Expand Down
Loading

0 comments on commit ad9f541

Please sign in to comment.