Skip to content

Commit

Permalink
swap values
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntVal committed Jul 17, 2024
1 parent ce084f0 commit 5330aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/abstraxion-dashboard/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export function Sidebar({ onClose }: SidebarProps) {
<a
href={
isMainnet
? "https://explorer.burnt.com/xion-testnet-1/"
: "https://explorer.burnt.com/xion-mainnet-1/"
? "https://explorer.burnt.com/xion-mainnet-1/"
: "https://explorer.burnt.com/xion-testnet-1/"
}
target="_blank"
className={`${"ui-text-slate-400 ui-font-regular"} ui-font-akkuratLL ui-block ui-px-8 ui-mt-16 first:ui-mt-0 ui-font-thin ui-leading-3 ui-text-4xl ui-uppercase ui-tracking-widest`}
Expand Down

0 comments on commit 5330aad

Please sign in to comment.