diff --git a/src/app/(default)/components/InternationalToC.tsx b/src/app/(default)/components/InternationalToC.tsx
index 809702932..14446d358 100644
--- a/src/app/(default)/components/InternationalToC.tsx
+++ b/src/app/(default)/components/InternationalToC.tsx
@@ -25,7 +25,7 @@ const CountryCard: React.FC<{ country: ToCCountry }> = ({ country }) => {
const { areaName, uuid, children } = country
return (
-
+
{areaName}
diff --git a/src/app/(default)/components/USAToC.tsx b/src/app/(default)/components/USAToC.tsx
index 71241a38d..3d494da6e 100644
--- a/src/app/(default)/components/USAToC.tsx
+++ b/src/app/(default)/components/USAToC.tsx
@@ -11,7 +11,7 @@ export const USAToC: React.FC = async () => {
return (
+
USA
}
@@ -21,7 +21,7 @@ export const USAToC: React.FC = async () => {
const { name, uuid, totalClimbs, areas } = state
return (
-
+
{name}
{new Intl.NumberFormat().format(totalClimbs)}