feat: rename dummy data file to meta and update references; change APP title and logo
This commit is contained in:
parent
7ee342f493
commit
35b7e86687
@ -1,8 +1,8 @@
|
||||
export const APP = {
|
||||
title: 'React Router',
|
||||
title: 'LegalGo',
|
||||
description:
|
||||
'Bonus judex secundum aequum et\n bonum judicat et aequitatem stricto juri praefert',
|
||||
logo: '/images/logo.svg',
|
||||
logo: '/images/logo.png',
|
||||
}
|
||||
|
||||
export const META_TITLE_CONFIG = [
|
||||
@ -1,6 +1,6 @@
|
||||
import { Link } from 'react-router'
|
||||
|
||||
import { APP } from '~/data/dummy'
|
||||
import { APP } from '~/data/meta'
|
||||
|
||||
import { COPYRIGHT_MENU, FOOTER_MENU } from './menu'
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import { Link } from 'react-router'
|
||||
|
||||
import { Button } from '~/components/ui/button'
|
||||
import { APP } from '~/data/dummy'
|
||||
import { APP } from '~/data/meta'
|
||||
|
||||
export const FooterNewsletter = () => {
|
||||
return (
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import { Link } from 'react-router'
|
||||
|
||||
import { Button } from '~/components/ui/button'
|
||||
import { APP } from '~/data/dummy'
|
||||
import { APP } from '~/data/meta'
|
||||
|
||||
export const HeaderTop = () => {
|
||||
return (
|
||||
|
||||
@ -9,7 +9,7 @@ import {
|
||||
|
||||
import type { Route } from './+types/root'
|
||||
import './app.css'
|
||||
import { APP, META_TITLE_CONFIG } from './data/dummy'
|
||||
import { APP, META_TITLE_CONFIG } from './data/meta'
|
||||
|
||||
export const links: Route.LinksFunction = () => [
|
||||
{ rel: 'preconnect', href: 'https://fonts.googleapis.com' },
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/logo.png
Normal file
BIN
public/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Loading…
x
Reference in New Issue
Block a user