diff --git a/app/bridge/page.tsx b/app/bridge/page.tsx index 0ca43ef..7d5689f 100644 --- a/app/bridge/page.tsx +++ b/app/bridge/page.tsx @@ -23,8 +23,11 @@ export default function BridgePage() { width={160} className="h-40 w-40 rounded-2xl" /> - MEAT - {siteConfig.description} + + + MeatHub + + Bridge your Meat diff --git a/components/blockchain/bridge.tsx b/components/blockchain/bridge.tsx index 76243d0..c6e513a 100644 --- a/components/blockchain/bridge.tsx +++ b/components/blockchain/bridge.tsx @@ -79,7 +79,7 @@ export function Bridge() {
-
+

Balance

{balance}
diff --git a/components/layout/main-nav.tsx b/components/layout/main-nav.tsx index 64b7203..ce874f2 100644 --- a/components/layout/main-nav.tsx +++ b/components/layout/main-nav.tsx @@ -1,5 +1,5 @@ "use client" - +import "styles/globals.css" import React from "react" import Link from "next/link" @@ -33,8 +33,8 @@ export function MainNav() {