fix: ipv6 submit → ipv6 enhanced

This commit is contained in:
2026-05-18 11:57:38 +07:00
parent 766a55d082
commit 208a91b971
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { loadAdminConsoleData } from "@/lib/load-admin-console-data";
export const dynamic = "force-dynamic";
export const metadata: Metadata = {
title: "Admin Console | IPv6 Summit 2026",
title: "Admin Console | IPv6 Enhanced 2026",
description: "Internal request management.",
robots: { index: false, follow: false },
};
+1 -1
View File
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
import SponsorPageClient from "@/app/components/sponsor/SponsorPageClient";
export const metadata: Metadata = {
title: "Nhà Tài Trợ | IPv6 Summit 2026",
title: "Nhà Tài Trợ | IPv6 Enhanced 2026",
description:
"Trở thành nhà tài trợ tại Hội Nghị IPv6 cho AI & Trung Tâm Dữ Liệu 2026. Kết nối thương hiệu của bạn với những kiến trúc sư của hạ tầng ngày mai.",
};
+1 -1
View File
@@ -706,7 +706,7 @@ export default function AdminConsole({ data, view = "all" }: { data: AdminData;
<footer className="mt-auto border-t border-outline/20 py-8 px-[var(--spacing-gutter)] flex flex-col md:flex-row items-center justify-between gap-4">
<div className="flex flex-wrap items-center gap-4 justify-center md:justify-start">
<span className="font-[var(--font-display-lg)] text-sm text-primary uppercase tracking-tighter">IPv6 SUMMIT 2026</span>
<span className="font-[var(--font-display-lg)] text-sm text-primary uppercase tracking-tighter">IPv6 ENHANCED 2026</span>
<span className="text-xs text-outline">| {t.meta.footerTag}</span>
</div>
<p className="text-[11px] font-[var(--font-label-caps)] text-outline tracking-widest text-center">
+1 -1
View File
@@ -1,7 +1,7 @@
{
"meta": {
"title": "Admin Console",
"subtitle": "IPv6 SUMMIT 2026 / Infrastructure Core",
"subtitle": "IPv6 ENHANCED 2026 / Infrastructure Core",
"user": {
"name": "",
"role": "Systems Admin",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"meta": {
"title": "Bảng Quản Trị",
"subtitle": "IPv6 SUMMIT 2026 / Hạ Tầng Cốt Lõi",
"subtitle": "IPv6 ENHANCED 2026 / Hạ Tầng Cốt Lõi",
"user": {
"name": "",
"role": "Quản Trị Hệ Thống",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"brand": {
"name": "IPv6 SUMMIT 2026"
"name": "IPv6 ENHANCED 2026"
},
"nav": [
{ "label": "Home", "href": "/" },
+1 -1
View File
@@ -1,6 +1,6 @@
{
"brand": {
"name": "IPv6 SUMMIT 2026"
"name": "IPv6 ENHANCED 2026"
},
"nav": [
{ "label": "Trang Chủ", "href": "/" },
+2 -2
View File
@@ -7,9 +7,9 @@ const basePath = process.env.NEXT_PUBLIC_BASE_PATH || "";
export const metadata: Metadata = {
metadataBase: new URL(process.env.NEXT_PUBLIC_BASE_URL || "http://localhost:3000"),
title: "IPv6 Summit 2026 | Infrastructure for AI",
title: "IPv6 Enhanced 2026 | Infrastructure for AI",
description:
"IPv6 for AI & Data Centre Summit 2026 — a premier event for next-gen infrastructure in ASEAN.",
"IPv6 for AI & Data Centre Enhanced 2026 — a premier event for next-gen infrastructure in ASEAN.",
};
export default function RootLayout({ children }: { children: React.ReactNode }) {