Update donation banner
parent
7b387d6ab5
commit
f66a59b7e3
|
@ -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>
|
||||
|
|
|
@ -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(' ')
|
||||
|
|
Loading…
Reference in New Issue