Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Jan 29, 2025
1 parent 7fb7ef2 commit 80ad1ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/components/WSTAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
<Typography variant='h3'>Wyoming Stable Token</Typography>
<Typography variant='h3'>CIP-0143 Progammable Token Demo</Typography>
</Box>
<ProfileSwitcher />
</Toolbar>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

Expand Down

0 comments on commit 80ad1ec

Please sign in to comment.