diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a81bbda..a230ef3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,7 +8,7 @@ export const metadata: Metadata = { title: 'Ultimate History Map', description: 'Bản đồ tương tác lịch sử thế giới qua các thời kỳ', }; - + const inter = Inter({ subsets: ['latin', 'vietnamese'], weight: ['400', '500', '600', '700'], diff --git a/src/uhm/components/preview/MapPlaceholder.tsx b/src/uhm/components/preview/MapPlaceholder.tsx index ae83ebf..04a5cf6 100644 --- a/src/uhm/components/preview/MapPlaceholder.tsx +++ b/src/uhm/components/preview/MapPlaceholder.tsx @@ -141,8 +141,8 @@ export default function MapPlaceholder({ onEnter }: MapPlaceholderProps) {