diff --git a/frontend/src/app/components/WSTAppBar.tsx b/frontend/src/app/components/WSTAppBar.tsx index 2743ff1..4f4f6e4 100644 --- a/frontend/src/app/components/WSTAppBar.tsx +++ b/frontend/src/app/components/WSTAppBar.tsx @@ -19,9 +19,9 @@ export default function WSTAppBar() { src="/assets/WST_logo.png" width={53} height={39} - alt="Logo for Wyoming Stable Token" + alt="Logo for WST" /> - Wyoming Stable Token + CIP-0143 Progammable Token Demo diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index 8822788..0331dbe 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -6,7 +6,7 @@ import "./styles/globals.css"; import ClientLayout from "./clientLayout"; export const metadata: Metadata = { - title: "Wyoming Stable Token", + title: "WST - Programmable token demonstration", description: "Created by the djed team at IOG", };