chore(dev): Tweaks to 404 page
This commit is contained in:
parent
4a9d4ce76f
commit
0053e2e850
2 changed files with 5 additions and 17 deletions
|
@ -2,7 +2,6 @@ import Logo from 'shared/components/logos/freesewing.js'
|
|||
import OsiLogo from 'shared/components/logos/osi.js'
|
||||
import CreativeCommonsLogo from 'shared/components/logos/cc.js'
|
||||
import CcByLogo from 'shared/components/logos/cc-by.js'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
import Ribbon from 'shared/components/ribbon.js'
|
||||
import Link from 'next/link'
|
||||
import { WordMark } from 'shared/components/wordmark.js'
|
||||
|
@ -78,8 +77,6 @@ const social = {
|
|||
}
|
||||
|
||||
const Footer = ({ app }) => {
|
||||
const { t } = useTranslation(['common', 'patrons'])
|
||||
|
||||
return (
|
||||
<footer className="bg-neutral">
|
||||
<Ribbon loading={app.loading} theme={app.theme} />
|
||||
|
@ -159,9 +156,9 @@ const Footer = ({ app }) => {
|
|||
<WordMark />
|
||||
</h5>
|
||||
<p className="bold text-neutral-content text-normal lg:text-xl leading-5">
|
||||
{t('sloganCome')}
|
||||
Come for the sewing patterns
|
||||
<br />
|
||||
{t('sloganStay')}
|
||||
Stay for the community
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue