Skip to content

Commit

Permalink
Rebrand (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Jun 21, 2024
1 parent be3e267 commit a178e7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "AssetHub Bridge - Darwinia",
"description": "Assets cross-chain between Darwinia and AssetHub.",
"name": "Darwinia Paralink",
"description": "A user-friendly UI for XCM token transfers across various parachains.",
"icons": [{ "src": "icon.svg", "sizes": "any" }]
}
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: "AssetHub Bridge - Darwinia",
description: "Assets cross-chain between Darwinia and AssetHub.",
title: "Darwinia Paralink",
description: "A user-friendly UI for XCM token transfers across various parachains.",
manifest: "/manifest.json",
};

Expand Down

0 comments on commit a178e7b

Please sign in to comment.