Skip to content

Commit

Permalink
fix(gpu credit): remove outdate text (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpt239 authored Oct 4, 2024
1 parent 13b0aea commit f4ba191
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 deletions.
10 changes: 0 additions & 10 deletions src/components/GithubConnect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ export const GithubConnect: React.FC<{ mobileMode?: boolean }> = ({ mobileMode }

return (
<div className={cx('wrapper')}>
{mobileMode ? (
''
) : (
<div>
<Button type="fourth" onClick={() => {}}>
Get the latest alpha and more
</Button>
</div>
)}

{accountName ? (
<HeadlessTippy
interactive
Expand Down
18 changes: 1 addition & 17 deletions src/layouts/Menu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,23 +179,6 @@
justify-content: space-between;
}

.menuMiddle {
display: flex;
align-items: center;
justify-content: center;
gap: var(--dimension-spacing-col-between-md, 8px);
padding: 16px;

.menuMiddleText {
color: var(--colors-neutral-text-body, #b4b7bb);
font-family: 'IBM Plex Sans';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
}

.menuLeft {
display: flex;
align-items: center;
Expand All @@ -221,6 +204,7 @@
}

.menuRight {
margin-left: auto;
display: flex;
align-items: center;
gap: 8px;
Expand Down
7 changes: 0 additions & 7 deletions src/layouts/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,6 @@ const Menu: React.FC = () => {
</div>

<div className={classNames(styles.wrapMenuRight)}>
<div className={classNames(styles.menuMiddle)}>
<img src={TopBarIcon} alt="top_bar_icon" />

<div className={classNames(styles.menuMiddleText)}>
Millions of EVM wallet users will soon be able to join the Oraichain ecosystem with ease!
</div>
</div>

<div className={classNames(styles.menuRight)}>
<GithubConnect />
Expand Down

0 comments on commit f4ba191

Please sign in to comment.