diff --git a/src/frontend/routes/__root.tsx b/src/frontend/routes/__root.tsx index 4e7f9d3..cedf7a0 100644 --- a/src/frontend/routes/__root.tsx +++ b/src/frontend/routes/__root.tsx @@ -1,7 +1,7 @@ -import { Outlet, createRootRoute } from "@tanstack/react-router"; +import { Outlet, createRootRoute } from '@tanstack/react-router'; -import alloyLogo from "../assets/alloy.png"; -import icLogo from "../assets/ic.svg"; +import alloyLogo from '../assets/alloy.png'; +import icLogo from '../assets/ic.svg'; export const Route = createRootRoute({ component: Root, @@ -19,30 +19,49 @@ function Root() {
This app is a toolkit to showcase examples on how to use{' '} - Alloy{' '} +
+ This app is a toolkit to showcase examples on how to use{' '} + + Alloy + {' '} in ICP canisters to simplify interactions with Ethereum. It uses the{' '} - ic-alloy{' '} - fork that adds ICP as a signer and provider.
+ + ic-alloy + {' '} + fork that adds ICP as a signer and provider. +