diff --git a/src/components/LatestUpdateRow.tsx b/src/components/LatestUpdateRow.tsx
index 9fd9a4d..273991e 100644
--- a/src/components/LatestUpdateRow.tsx
+++ b/src/components/LatestUpdateRow.tsx
@@ -27,11 +27,11 @@ export function LatestUpdateRow({
className="h-10 w-10 text-ark-gold"
/>
-
+
{r.title}
-
+
{r.categoryName}
{resourceTypeLabel(t, r.type)}
@@ -58,11 +58,11 @@ export function ComingSoonLatestUpdateRow({ index = 0 }: { index?: number }) {
-
+
即将到来
-
+
更多内容准备中
Coming soon
diff --git a/src/layouts/PublicLayout.tsx b/src/layouts/PublicLayout.tsx
index 5774104..5654448 100644
--- a/src/layouts/PublicLayout.tsx
+++ b/src/layouts/PublicLayout.tsx
@@ -79,13 +79,13 @@ export function PublicLayout() {