Skip to content

Commit

Permalink
chore: twitter link update
Browse files Browse the repository at this point in the history
  • Loading branch information
nud3l committed Aug 29, 2023
1 parent 670af30 commit 59fe17e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const GITHUB_LINK = 'https://github.com/bob-collective/bob';
const LANDING_PAGE = 'https://gobob.xyz';
const DOCS_PAGE = 'https://docs.gobob.xyz';
const DISCORD = 'https://discordapp.com/invite/interlay';
const TWITTER = 'https://twitter.com/build_on_bob';

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'BOB: Building on Bitcoin',
title: 'BOB - Build on Bitcoin',
tagline: 'A layer 2 stack empowering everyone to build and innovate on Bitcoin.',
favicon: 'img/favicon.ico',
url: DOCS_PAGE,
Expand Down Expand Up @@ -90,11 +92,11 @@ const config = {
items: [
{
label: 'Discord',
href: 'https://discordapp.com/invite/interlay',
href: DISCORD,
},
{
label: 'Twitter',
href: 'https://twitter.com/interlayHQ',
href: TWITTER,
},
],
},
Expand Down

0 comments on commit 59fe17e

Please sign in to comment.