feat: rename dummy data file to meta and update references; change APP title and logo

This commit is contained in:
Ardeman
2025-02-03 18:10:11 +08:00
parent 7ee342f493
commit 35b7e86687
7 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 (