mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-23 07:04:19 +01:00
Remove redshift
This commit is contained in:
committed by
Tony Giorgio
parent
cb09dd7951
commit
9479b4fc55
@@ -26,8 +26,6 @@ export const THREE_COLUMNS =
|
||||
export const CENTER_COLUMN = "min-w-0 overflow-hidden max-w-full";
|
||||
export const MISSING_LABEL =
|
||||
"py-1 px-2 bg-white/10 rounded inline-block text-sm";
|
||||
export const REDSHIFT_LABEL =
|
||||
"py-1 px-2 bg-white text-m-red rounded inline-block text-sm";
|
||||
export const RIGHT_COLUMN = "flex flex-col items-right text-right max-w-[8rem]";
|
||||
|
||||
export interface IActivityItem {
|
||||
|
||||
@@ -3,7 +3,6 @@ import { A } from "@solidjs/router";
|
||||
import airplane from "~/assets/icons/airplane.svg";
|
||||
import receive from "~/assets/icons/big-receive.svg";
|
||||
import mutiny_m from "~/assets/icons/m.svg";
|
||||
import redshift from "~/assets/icons/rs.svg";
|
||||
import scan from "~/assets/icons/scan.svg";
|
||||
import settings from "~/assets/icons/settings.svg";
|
||||
import userClock from "~/assets/icons/user-clock.svg";
|
||||
@@ -14,7 +13,6 @@ type ActiveTab =
|
||||
| "send"
|
||||
| "receive"
|
||||
| "settings"
|
||||
| "redshift"
|
||||
| "activity"
|
||||
| "none";
|
||||
|
||||
@@ -74,12 +72,6 @@ export function NavBar(props: { activeTab: ActiveTab }) {
|
||||
active={false}
|
||||
alt="scan"
|
||||
/>
|
||||
<NavBarItem
|
||||
href="/redshift"
|
||||
icon={redshift}
|
||||
active={props.activeTab === "redshift"}
|
||||
alt="redshift"
|
||||
/>
|
||||
<NavBarItem
|
||||
href="/settings"
|
||||
icon={settings}
|
||||
|
||||
Reference in New Issue
Block a user