Update donation banner
parent
7b387d6ab5
commit
f66a59b7e3
|
@ -22,7 +22,7 @@ return null;
|
||||||
</span>
|
</span>
|
||||||
<span className="hidden md:inline">
|
<span className="hidden md:inline">
|
||||||
You're using the free self-hosted version. Support the
|
You're using the free self-hosted version. Support the
|
||||||
ongoing development.
|
ongoing development by making a donation.
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,6 +4,7 @@ import prisma from '../lib/prisma';
|
||||||
import Shell from '../components/Shell';
|
import Shell from '../components/Shell';
|
||||||
import { signIn, useSession, getSession } from 'next-auth/client';
|
import { signIn, useSession, getSession } from 'next-auth/client';
|
||||||
import { ClockIcon, CheckIcon, InformationCircleIcon } from '@heroicons/react/outline';
|
import { ClockIcon, CheckIcon, InformationCircleIcon } from '@heroicons/react/outline';
|
||||||
|
import DonateBanner from '../components/DonateBanner';
|
||||||
|
|
||||||
function classNames(...classes) {
|
function classNames(...classes) {
|
||||||
return classes.filter(Boolean).join(' ')
|
return classes.filter(Boolean).join(' ')
|
||||||
|
|
Loading…
Reference in New Issue