diff --git a/apps/web/src/views/home/components/Cta.tsx b/apps/web/src/views/home/components/Cta.tsx
index 2ec20f65..24e438a5 100644
--- a/apps/web/src/views/home/components/Cta.tsx
+++ b/apps/web/src/views/home/components/Cta.tsx
@@ -53,7 +53,7 @@ const Cta = ({ theme }: { theme: string }) => {
{t`Get started for free today`}
-
+
{t`Unlimited boards, unlimited lists, unlimited cards. No credit card required.`}
diff --git a/apps/web/src/views/home/components/Faqs.tsx b/apps/web/src/views/home/components/Faqs.tsx
index 3f0a6ea4..49f357f2 100644
--- a/apps/web/src/views/home/components/Faqs.tsx
+++ b/apps/web/src/views/home/components/Faqs.tsx
@@ -146,7 +146,7 @@ const Faqs = () => {
{t`Questions?`}
-
+
Find answers to common questions about the project. Can't find what
you're looking for? Feel free to{" "}
diff --git a/apps/web/src/views/home/components/Features.tsx b/apps/web/src/views/home/components/Features.tsx
index 71339e43..7dbd5ef5 100644
--- a/apps/web/src/views/home/components/Features.tsx
+++ b/apps/web/src/views/home/components/Features.tsx
@@ -135,7 +135,7 @@ const Features = ({ theme }: { theme: "light" | "dark" }) => {
{t`Kanban reimagined`}
-
+
{t`Simple, visual task management that just works. Drag and drop cards, collaborate with your team, and get more done.`}
diff --git a/apps/web/src/views/home/index.tsx b/apps/web/src/views/home/index.tsx
index 9eae251e..d72bde5e 100644
--- a/apps/web/src/views/home/index.tsx
+++ b/apps/web/src/views/home/index.tsx
@@ -65,7 +65,7 @@ export default function HomeView() {
-
+
{t`A powerful, flexible kanban app that helps you organise work, track progress, and deliver results—all in one place.`}
@@ -79,7 +79,7 @@ export default function HomeView() {
{t`Self host with Github`}
-
+
{t`No credit card required`}
diff --git a/apps/web/src/views/pricing/components/FeatureComparisonTable.tsx b/apps/web/src/views/pricing/components/FeatureComparisonTable.tsx
index f3d75ee5..1aee77a7 100644
--- a/apps/web/src/views/pricing/components/FeatureComparisonTable.tsx
+++ b/apps/web/src/views/pricing/components/FeatureComparisonTable.tsx
@@ -22,9 +22,9 @@ const CellValue = ({ value }: { value: boolean | string }) => {
);
}
return value ? (
-
+
) : (
-
+
);
};
@@ -195,7 +195,7 @@ const FeatureComparisonTable = ({
return (
-
+
{products.map((product) => (
{feature.label}
{featureIdx !== section.features.length - 1 ? (
-
+
) : null}
{products.map((p) => (
@@ -281,7 +281,7 @@ const FeatureComparisonTable = ({
{products.map((product) => (
))}
diff --git a/apps/web/src/views/pricing/index.tsx b/apps/web/src/views/pricing/index.tsx
index e6c7e8b3..2527b910 100644
--- a/apps/web/src/views/pricing/index.tsx
+++ b/apps/web/src/views/pricing/index.tsx
@@ -42,7 +42,7 @@ export default function PricingView() {
{t`Simple pricing`}
-
+
{t`Get started for free, with no usage limits. For collaboration, upgrade to a plan that fits the size of your team.`}
@@ -61,7 +61,7 @@ export default function PricingView() {
{t`Feature breakdown`}
-
+
{t`Compare our features to see why Kan is the best choice.`}