Skip to content

Commit

Permalink
Hide community from website.
Browse files Browse the repository at this point in the history
  • Loading branch information
BinarySoftware committed Jun 23, 2024
1 parent e19354b commit e4b6bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as React from 'react'
const navigation = {
main: [
{name: 'Pricing', href: '#pricing'},
{name: 'Community', href: 'https://discord.gg/NmqDddBV'},
// {name: 'Community', href: 'https://discord.gg/NmqDddBV'},
{name: 'Feature Request', href: 'https://blinkfeed.featurebase.app/'},
{name: 'Privacy', href: 'privacy'},
],
Expand Down
2 changes: 1 addition & 1 deletion src/app/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import React from 'react'
const items = [
{name: 'Blinkfeed', href: '#'},
{name: 'Pricing', href: '#pricing'},
{name: 'Community', href: 'https://discord.gg/NmqDddBV', target: '_blank'},
// {name: 'Community', href: 'https://discord.gg/NmqDddBV', target: '_blank'},
{name: 'Feature Request', href: 'https://blinkfeed.featurebase.app', target: '_blank'},
]

Expand Down

0 comments on commit e4b6bc0

Please sign in to comment.