Skip to content

Commit

Permalink
feat: new BeeAI logo in signin (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dušek <[email protected]>
  • Loading branch information
Zycon42 authored Dec 15, 2024
1 parent 048516d commit 0362f9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
27 changes: 11 additions & 16 deletions src/layout/shell/BeeLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions src/modules/auth/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { WaitlistModal } from './WaitlistModal';
import GoogleIcon from './GoogleIcon.svg';
import IBMIcon from './IBMIcon.svg';
import clsx from 'clsx';
import Image from 'next/image';
import BeeLogo from '@/layout/shell/BeeLogo.svg';

const WAITLIST_URL = process.env.NEXT_PUBLIC_WAITLIST_URL;
Expand Down Expand Up @@ -133,12 +132,8 @@ export function SignIn({
/>
)}

<h1
className={clsx(classes.heading, {
[classes.logoHeading]: showWaitlist,
})}
>
{showWaitlist ? <BeeLogo /> : APP_NAME}
<h1 className={clsx(classes.heading, classes.logoHeading)}>
<BeeLogo />
<VersionTag />
</h1>

Expand Down

0 comments on commit 0362f9d

Please sign in to comment.