Skip to content

Commit

Permalink
fix titles
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Oct 25, 2024
1 parent 432e230 commit ae5a9c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import Providers from "./providers";

const inter = Inter({ subsets: ["latin"], variable: "--font-inter" });

const title = "Tohma Devnet Bridge";
const description = "Bridge assets to Tohma Devnet from Sepolia";
const url = "https://tohma.bridge.snapcha.in";
const title = "Tohma Finality Explorer";
const description = "Finality explorer for SnapchainTohma devnet";
const url = "https://tohma.finality-explorer.snapcha.in";
const imageUrl = "/logo-card.png";

export const metadata: Metadata = {
Expand Down

0 comments on commit ae5a9c6

Please sign in to comment.