Update donation banner

pull/206/head
Bailey Pumfleet 2021-05-13 15:44:48 +01:00
parent 7b387d6ab5
commit f66a59b7e3
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ return null;
</span>
<span className="hidden md:inline">
You're using the free self-hosted version. Support the
ongoing development.
ongoing development by making a donation.
</span>
</p>
</div>

View File

@ -4,6 +4,7 @@ import prisma from '../lib/prisma';
import Shell from '../components/Shell';
import { signIn, useSession, getSession } from 'next-auth/client';
import { ClockIcon, CheckIcon, InformationCircleIcon } from '@heroicons/react/outline';
import DonateBanner from '../components/DonateBanner';
function classNames(...classes) {
return classes.filter(Boolean).join(' ')