Skip to content

Commit

Permalink
remove blog link
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudozach committed Nov 16, 2023
1 parent 5c0fd87 commit 2c7a4b6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/navigationbar/newdesktopnavigationbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Apps } from '@mui/icons-material';
// boltz_logo
const boltz_logo = require('../../asset/icons/logonobg.png');

const pages = ['Swap', 'Refund', 'Continue', 'FAQ', 'Blog'];
const pages = ['Swap', 'Refund', 'Continue', 'FAQ'];
// const settings = ['Profile', 'Account', 'Dashboard', 'Logout'];

const DeskTopNavigationBar = ({ classes }) => {
Expand Down Expand Up @@ -63,10 +63,6 @@ const DeskTopNavigationBar = ({ classes }) => {
navigation.navFaq();
break;

case 'Blog':
window.open(blogUrl, '_blank').focus();
break;

default:
break;
}
Expand Down

1 comment on commit 2c7a4b6

@vercel
Copy link

@vercel vercel bot commented on 2c7a4b6 Nov 16, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.