Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 0 additions & 77 deletions apps/staking/src/components/CopyButton/index.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions apps/staking/src/components/Header/current-stake-account.tsx

This file was deleted.

12 changes: 3 additions & 9 deletions apps/staking/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import clsx from "clsx";
import type { HTMLAttributes } from "react";

import { CurrentStakeAccount } from "./current-stake-account";
import Logo from "./logo.svg";
import Logomark from "./logomark.svg";
import { MaxWidth } from "../MaxWidth";
import { WalletButton } from "../WalletButton";

Expand All @@ -16,13 +14,9 @@ export const Header = ({
{...props}
>
<div className="border-b border-neutral-600/50 bg-pythpurple-800 sm:border-x">
<MaxWidth className="flex h-16 items-center justify-between gap-2 sm:-mx-4">
<Logo className="hidden max-h-full py-4 text-pythpurple-100 sm:block" />
<Logomark className="max-h-full py-4 text-pythpurple-100 sm:hidden" />
<div className="flex flex-none flex-row items-stretch gap-8">
<CurrentStakeAccount />
<WalletButton className="flex-none" />
</div>
<MaxWidth className="flex h-16 items-center justify-between gap-8 sm:-mx-4">
<Logo className="max-h-full py-4 text-pythpurple-100" />
<WalletButton className="flex-none" />
</MaxWidth>
</div>
</header>
Expand Down
4 changes: 0 additions & 4 deletions apps/staking/src/components/Header/logomark.svg

This file was deleted.

Loading
Loading