diff --git a/src/pages/[lang]/antifp.astro b/src/pages/[lang]/antifp.astro index 981bf1b..930dc81 100644 --- a/src/pages/[lang]/antifp.astro +++ b/src/pages/[lang]/antifp.astro @@ -24,7 +24,7 @@ const metadata = { --- -
+

{t.title}

{t.viewOnGreasyFork} @@ -41,7 +41,7 @@ const metadata = {

{t.features.title}

    {t.features.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
@@ -56,7 +56,7 @@ const metadata = {

{t.notes.title}

    {t.notes.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
diff --git a/src/pages/[lang]/eap.astro b/src/pages/[lang]/eap.astro index 9696af2..f828aea 100644 --- a/src/pages/[lang]/eap.astro +++ b/src/pages/[lang]/eap.astro @@ -24,14 +24,14 @@ const metadata = { --- -
+

{eap.title}

{eap.intro}

{eap.whatItDoes.title}

    {eap.whatItDoes.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
@@ -49,14 +49,14 @@ const metadata = {

{eap.privacy.title}

    {eap.privacy.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}

{eap.notDo.title}

    {eap.notDo.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
@@ -74,14 +74,14 @@ const metadata = {

{eap.audience.title}

    {eap.audience.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}

{eap.requirements.title}

    {eap.requirements.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
@@ -89,20 +89,20 @@ const metadata = { {eap.troubleshooting.notFlagged}
    {eap.troubleshooting.notFlaggedReasons.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
{eap.troubleshooting.falsePositive}
    {eap.troubleshooting.falsePositiveReasons.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}

{eap.updates.title}

    {eap.updates.features.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}