Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: change name #546

Merged
merged 5 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spirekey/src/app/(wallet)/(center)/welcome/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import logo from '@/assets/images/SpireKey-logo.svg';
import logo from '@/assets/images/chainweaver-logo.svg';
import { Footer } from '@/components/Footer/Footer';
import { Grid, GridItem, Heading, Link, Stack, Text } from '@kadena/kode-ui';
import { CardFixedContainer } from '@kadena/kode-ui/patterns';
Expand Down Expand Up @@ -37,7 +37,7 @@ export default function Home() {
className={bodyTextContainer}
>
<Text as="p">
The Chainweaver Lite demo wallet is intended for
The Chainweaver V3 Alpha demo wallet is intended for
demonstration purposes only.
<br />
Developers and users are <b>not</b> advised to store $KDA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function AccountLayout({ children }: { children: any }) {
<CardFixedContainer>
<CardContentBlock
title="Account Details"
description={`Interact with your Kadena Spirekey generated account with Chainweaver lite demo wallet functionality.`}
description={`Interact with your Kadena Spirekey generated account with Chainweaver V3 Alpha demo wallet functionality.`}
visual={
<MonoAccountBalanceWallet
width={64}
Expand Down
2 changes: 1 addition & 1 deletion spirekey/src/app/(wallet)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import './global.css';
import { layoutWrapperClass } from './styles.css';

export const metadata: Metadata = {
title: 'Kadena SpireKey',
title: 'Chainweaver V3 Alpha',
description: 'Elevate your blockchain journey',
};

Expand Down

This file was deleted.

Loading
Loading