Skip to content

Commit

Permalink
Merge pull request #825 from TrustlessComputer/update/ui
Browse files Browse the repository at this point in the history
hide ui + change text
  • Loading branch information
tonytc13579 authored Nov 8, 2024
2 parents 90cbdf5 + 2f564c2 commit 810f830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modules/blockchains/Buy/studio/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ const StudioMain = (): ReactElement => {
>
<p>Studio</p>
</div>
<div
{/* <div
className={`${s.top_left_filter} ${
isTabExplore && s.active
}`}
onClick={() => setTab(TABS.EXPLORE)}
>
<p>Bitcoin L2s</p>
</div>
</div> */}
</>
)}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/landingV3/Componets/HeroV5/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const HeroV5 = () => {
</p>
<Flex alignItems={'center'} gap="20px">
<Link href="/studio" className={s.primary_btn}>
Get Started
Get started
</Link>
{/* <Link
href="https://docs.bvm.network/bvm"
Expand Down

0 comments on commit 810f830

Please sign in to comment.