Skip to content

Commit

Permalink
Update site.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kebabgg authored Jan 9, 2024
1 parent f132e83 commit cc63473
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/config/site.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export type SiteConfig = typeof siteConfig

export const siteConfig = {
name: "WebXDAO",
description: "We focus on building and talking about possible future usage of web technologies.",
name: "KEBAB.GG",
description: "We focus on building and talking about possible future usage of Web3 Games & NFT projects.",
mainNav: [
{
title: "Home",
Expand All @@ -17,7 +17,7 @@ export const siteConfig = {
href: "/projects",
},
{
title: "WebX Team",
title: "Kebab Team",
href: "/team",
},
{
Expand All @@ -26,14 +26,14 @@ export const siteConfig = {
},
],
links: {
//twitter: "https://twitter.com/WebXDAO",
//twitter: "https://twitter.com/KEBABGG_",
//github: "https://github.com/WebXDAO",
// docs: "https://ui.shadcn.com",
webxdao_gh: "https://github.com/WebXDAO/",
webxdao_getstarted: "https://github.com/WebXDAO/start-here",
webxdao_discord:"https://discord.webxdao.xyz/",
webxdao_twitter:"https://twitter.com/WebXDAO",
webxdao_linkedin:"https://www.linkedin.com/company/webxdao/",
webxdao_discord:"https://discord.gg/kebab",
webxdao_twitter:"https://twitter.com/KEBABGG_",
webxdao_linkedin:"https://www.linkedin.com/company/KEBABGG_/",
webxdao_guild: "https://guild.xyz/webx-dao"
},
};

1 comment on commit cc63473

@vercel
Copy link

@vercel vercel bot commented on cc63473 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kebabdao – ./

kebabdao-git-main-kebabs-projects.vercel.app
kebabdao-kebabs-projects.vercel.app

Please sign in to comment.