Skip to content

Commit

Permalink
fix: image preview
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Oct 25, 2024
1 parent 518cd0d commit f15c9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import Providers from "./providers";
const inter = Inter({ subsets: ["latin"], variable: "--font-inter" });

const title = "Tohma Finality Explorer";
const description = "Finality explorer for SnapchainTohma devnet";
const description = "Finality explorer for Snapchain Tohma devnet";
const url = "https://tohma.finality-explorer.snapcha.in";
const imageUrl = "/logo-card.png";
const imageUrl = `${url}/logo-card.png`;

export const metadata: Metadata = {
title,
Expand Down

0 comments on commit f15c9ef

Please sign in to comment.