Skip to content

Commit

Permalink
chore: small change in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedfool committed Sep 11, 2024
1 parent 9e7e038 commit cda764d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
const { chain, address } = params;
const contestName = await getContestDetails(address, chain);

const title = `Submission for ${contestName} contest on jokerace`;
const description = `Submission for ${contestName} contest on jokerace`;
const title = `Submission for ${contestName} contest on JokeRace`;
const description = `Submission for ${contestName} contest on JokeRace`;

return {
title,
Expand Down

0 comments on commit cda764d

Please sign in to comment.