Skip to content

Commit

Permalink
use long tail icon
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Jun 6, 2024
1 parent 58eedc8 commit 175672b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Provider } from "@/app/Provider";
import { Metadata } from "next";
import Superposition from "@/assets/icons/superposition.svg";
import LongTail from "@/assets/icons/long-tail.svg";
import { MobileNetworkSelection } from "@/app/_layout/MobileNetworkSelection";
import { DemoData } from "@/app/_layout/DemoData";
import { NetworkSelection } from "@/app/_layout/NetworkSelection";
Expand Down Expand Up @@ -88,7 +88,7 @@ export default async function RootLayout({
<div className="flex w-full flex-col gap-8">
<div className="flex flex-row items-start justify-between">
<div className="flex flex-row items-center gap-4">
<a href="/"><Superposition height={34} width={34} /></a>
<a href="/"><LongTail height={34} width={34} /></a>
<MobileNetworkSelection />
<FeatureFlagConfig />
<DemoData />
Expand Down
3 changes: 3 additions & 0 deletions web/src/assets/icons/long-tail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 175672b

Please sign in to comment.