Skip to content

Commit

Permalink
chore: Twitter handle updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Jan 17, 2024
1 parent e79c951 commit 1a10a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export const metadata: Metadata = {
title: SITE_CONFIG.name,
description: SITE_CONFIG.description,
card: "summary_large_image",
site: "@kudos_ink",
creator: "@kudos_ink",
site: "@KudosPortal",
creator: "@KudosPortal",
},
};

Expand Down
2 changes: 1 addition & 1 deletion data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const SITE_CONFIG = {
"A portal for the Substrate, Polkadot and Kusama ecosystem contributors. Find collaborations, collect kudos.",
links: {
github: "https://github.com/kudos-ink/portal",
twitter: "https://twitter.com/kudos_ink",
twitter: "https://twitter.com/KudosPortal",
bugReport:
"https://github.com/kudos-ink/portal/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml&title=",
includeProject:
Expand Down

0 comments on commit 1a10a78

Please sign in to comment.