From 4320a25b2949e2b97cdcfdc59284127c6b85cc01 Mon Sep 17 00:00:00 2001 From: Micah Alcorn <273937+micahalcorn@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:30:10 -0700 Subject: [PATCH] Add OETH to nav --- client/constants/index.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/constants/index.ts b/client/constants/index.ts index 90e18488..7cd0768e 100644 --- a/client/constants/index.ts +++ b/client/constants/index.ts @@ -43,7 +43,12 @@ let navItems = [ external: true, }, { - href: "https://ousd.com/swap", + href: "https://app.oeth.com", + label: "Get OETH", + external: true, + }, + { + href: "https://app.ousd.com", label: "Get OUSD", external: true, },