import React from 'react' import CSSModules from 'browser/lib/CSSModules' import styles from './Crowdfunding.styl' import i18n from 'browser/lib/i18n' const electron = require('electron') const { shell } = electron class Crowdfunding extends React.Component { constructor (props) { super(props) this.state = { } } handleLinkClick (e) { shell.openExternal(e.currentTarget.href) e.preventDefault() } render () { return (
{i18n.__('Dear everyone,')}
{i18n.__('Thank you for using Boostnote!')}
{i18n.__('Boostnote is used in about 200 different countries and regions by an awesome community of developers.')}
{i18n.__('To continue supporting this growth, and to satisfy community expectations,')}
{i18n.__('we would like to invest more time and resources in this project.')}
{i18n.__('If you like this project and see its potential, you can help by supporting us on OpenCollective!')}
{i18n.__('Thanks,')}
{i18n.__('Boostnote maintainers')}