Skip to content

Commit

Permalink
Updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fakepixels committed Oct 3, 2024
1 parent 6ecbde6 commit d94fbec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</picture>
</p>

# Onchain App Template
# Onchain Profile

An Onchain App Template build with [OnchainKit](https://onchainkit.xyz), and ready to be deployed to Vercel.
An Onchain Profile built with [OnchainKit](https://onchainkit.xyz), and ready to be deployed to Vercel.

Play with it live on https://onchain-app-template.vercel.app
Play with it live on https://ock-profile.vercel.app

Have fun! ⛵️

Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ export const viewport = {
};

export const metadata: Metadata = {
title: 'Onchain App Template',
title: 'Base Profile',
description: 'Built with OnchainKit',
openGraph: {
title: 'Onchain App Template',
title: 'Base Profile',
description: 'Built with OnchainKit',
images: [`${NEXT_PUBLIC_URL}/vibes/vibes-19.png`],
},
Expand Down
2 changes: 1 addition & 1 deletion src/links.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const DISCORD_LINK = 'https://discord.gg/wTJ7besU';
export const FIGMA_LINK =
'https://www.figma.com/community/file/1370194397345450683/onchainkit';
export const GITHUB_LINK = 'https://github.com/coinbase/onchainkit';
export const GITHUB_LINK = 'https://github.com/fakepixels/ock-identity';
export const ONCHAINKIT_LINK = 'https://onchainkit.xyz';
export const TWITTER_LINK = 'https://x.com/Onchainkit';

0 comments on commit d94fbec

Please sign in to comment.