Skip to content

Commit

Permalink
feat(front): remove tab divider
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed May 9, 2024
1 parent bd12dd1 commit 337ebfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/front/src/components/actions.tsx
Expand Up @@ -50,15 +50,15 @@ export function Actions() {
{tab}
</Tab>

{ i % 2 === 0 &&
{/* { i % 2 === 0 &&
<div
className="px-[16px] py-[5px] flex items-center justify-center"
>
<div
className="h-[22px] w-[1px] bg-[#5B5F61]"
/>
</div>
}
} */}
</div>
))}
</Tab.List>
Expand Down
2 changes: 1 addition & 1 deletion packages/front/src/components/layout/header.tsx
Expand Up @@ -4,7 +4,7 @@ import { WhitelistModal } from "@/components/modals";
// import { useWallet } from "@/store/wallet";
// import { ButtonPrimary } from "../button-primary";
// import { ButtonSecondary } from "../button-secondary";
import { NeedHelp } from "./needHelp";
// import { NeedHelp } from "./needHelp";
// import { Arrow } from "@/components/assets/arrow";
// import { shortenAddress } from "hideyourcash-sdk";
import { ExclamationTriangleIcon } from "@heroicons/react/24/outline";
Expand Down

0 comments on commit 337ebfe

Please sign in to comment.