Skip to content

Commit

Permalink
ADD other buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jun 28, 2024
1 parent d921234 commit 101189c
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions docs-src/src/theme/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,36 +28,36 @@ function addCallToActionButton() {
}

const callToActions = [
// {
// text: 'Follow',
// keyword: '@twitter',
// url: 'https://twitter.com/intent/user?screen_name=rxdbjs',
// icon: '🐦'
// },
// {
// text: 'Follow',
// keyword: '@LinkedIn',
// url: 'https://www.linkedin.com/company/rxdb',
// icon: '[in]'
// },
// {
// text: 'Chat',
// keyword: '@discord',
// url: 'https://rxdb.info/chat',
// icon: '💬'
// },
// {
// text: 'Star',
// keyword: '@github',
// url: 'https://rxdb.info/code',
// icon: '🐙💻'
// },
// {
// text: 'Subscribe',
// keyword: '@newsletter',
// url: 'https://rxdb.info/newsletter',
// icon: '📰'
// }
{
text: 'Follow',
keyword: '@twitter',
url: 'https://twitter.com/intent/user?screen_name=rxdbjs',
icon: '🐦'
},
{
text: 'Follow',
keyword: '@LinkedIn',
url: 'https://www.linkedin.com/company/rxdb',
icon: '[in]'
},
{
text: 'Chat',
keyword: '@discord',
url: 'https://rxdb.info/chat',
icon: '💬'
},
{
text: 'Star',
keyword: '@github',
url: 'https://rxdb.info/code',
icon: '🐙💻'
},
{
text: 'Subscribe',
keyword: '@newsletter',
url: 'https://rxdb.info/newsletter',
icon: '📰'
},
{
text: 'Take Part in the',
keyword: 'User Survey 2024',
Expand Down

0 comments on commit 101189c

Please sign in to comment.