Skip to content

Commit

Permalink
Correct name (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored May 6, 2024
1 parent 0c3de02 commit c653be2
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 @@ -10,8 +10,8 @@ import TransferProvider from "@/providers/transfer-provider";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Asset Hub Bridge - Darwinia",
description: "Assets cross-chain between Darwinia and Asset Hub.",
title: "AssetHub Bridge - Darwinia",
description: "Assets cross-chain between Darwinia and AssetHub.",
};

export default function RootLayout({ children }: { children: React.ReactNode }) {
Expand Down

0 comments on commit c653be2

Please sign in to comment.