Skip to content

Commit

Permalink
Merge pull request #552 from tamas6/development
Browse files Browse the repository at this point in the history
feat: only Metamask to Connect, Blossom hidden
  • Loading branch information
tomicvladan authored Oct 30, 2023
2 parents e09ca31 + 2c737f6 commit 5672139
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FC } from 'react';

import MetamaskConnect from '@components/Connect/Metamask/MetamaskConnect';
import BlossomLogin from '@components/Connect/Blossom/BlossomLogin';
/*Blossom import deleted*/

export interface ConnectDropdownMenuProps {
showDropdown: boolean;
Expand All @@ -19,9 +19,6 @@ const ConnectDropdownMenu: FC<ConnectDropdownMenuProps> = ({
return (
<>
<div className="absolute top-10 -left-8 w-40 p-5 bg-color-shade-dark-3-day dark:bg-color-shade-dark-2-night text-left rounded-md shadow z-30">
<div className="mb-2">
<BlossomLogin />
</div>
<div>
<MetamaskConnect onConnect={onClose} onError={onClose} />
</div>
Expand Down

0 comments on commit 5672139

Please sign in to comment.