import ExternalLink from '../../../../common/components/link/external-link/ExternalLink';
import {
buyMeACoffeeUrl,
discordUrl,
documentationUrl,
githubSponsorUrl,
githubUrl,
subredditUrl,
websiteUrl,
} from '../../../../externals';
import * as Panel from '../../panel-utils/PanelUtils';
import AppVersion from './AppVersion';
export default function AboutPanel() {
return (
<>
About Ontime
Ontime
Free, open-source software for managing rundowns and event timers
www.getontime.no
Considering sponsoring our work
GitHub Sponsors
Buy Me a Coffee
If you are looking for an online version of Ontime, consider trying out our cloud service
www.getontime.no
Current version
Links
Read the docs
Follow the project on GitHub
Discord server
Subreddit
>
);
}