We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3030107 commit c9147f3Copy full SHA for c9147f3
1 file changed
pages/swap.tsx
@@ -85,7 +85,7 @@ export const getStaticProps: GetStaticProps<Props> = async () => {
85
export default function SwapPage({ data }: Props) {
86
const meta = {
87
title: 'Charisma | Swap',
88
- description: "The Charisma Swap",
+ description: "Swap tokens on the Charisma DEX",
89
image: 'https://charisma.com/swap-screenshot.png',
90
};
91
0 commit comments