Skip to content

Commit

Permalink
Clarify site description
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Feb 5, 2024
1 parent a0f8f4c commit 2a208a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const inter = Inter({ subsets: ['latin'] });

export const metadata = {
title: 'KasVault',
description: 'The hardware-wallet focused Kaspa wallet',
description: 'The frontend interface for your Ledger device',
};

export default function RootLayout({ children }) {
Expand Down

0 comments on commit 2a208a4

Please sign in to comment.