diff --git a/apps/portal/src/components/atoms/empty-state.tsx b/apps/portal/src/components/atoms/empty-state.tsx
index f1c6820f..febbe66a 100644
--- a/apps/portal/src/components/atoms/empty-state.tsx
+++ b/apps/portal/src/components/atoms/empty-state.tsx
@@ -58,13 +58,20 @@ export function EmptyState({
{action &&
(action.href ? (
-
) : (
-
-
+ }
+ >
{action.label}
))}
diff --git a/apps/portal/src/features/services/components/internet/PublicOfferingCard.tsx b/apps/portal/src/features/services/components/internet/PublicOfferingCard.tsx
index a725f478..b2dd6a22 100644
--- a/apps/portal/src/features/services/components/internet/PublicOfferingCard.tsx
+++ b/apps/portal/src/features/services/components/internet/PublicOfferingCard.tsx
@@ -132,7 +132,7 @@ function PublicTierCard({ tier }: { tier: TierInfo }) {
-
+
¥{tier.monthlyPrice.toLocaleString()}
{tier.maxMonthlyPrice &&
@@ -140,17 +140,17 @@ function PublicTierCard({ tier }: { tier: TierInfo }) {
`~${tier.maxMonthlyPrice.toLocaleString()}`}
/mo
- {tier.pricingNote && (
-
- {tier.pricingNote}
-
- )}
+ {tier.pricingNote && (
+
+ {tier.pricingNote}
+
+ )}
{tier.description}
diff --git a/image.png b/image.png
index 7b2fac23..be91fcee 100644
Binary files a/image.png and b/image.png differ