import { version } from '../../../../../package.json';
import ExternalLink from '../../../../common/components/external-link/ExternalLink';
import { documentationUrl, githubUrl, websiteUrl } from '../../../../externals';
import * as Panel from '../PanelUtils';
import CheckUpdatesButton from './CheckUpdatesButton';
export default function AboutPanel() {
return (
<>
About Ontime
Ontime
Free, open-source software for managing rundowns and event timers
www.getontime.no
Links
Read the docs
Follow the project on GitHub
Current version
{`You are currently using Ontime ${version}`}
>
);
}