diff --git a/src/components/features/__tests__/__snapshots__/features.test.tsx.snap b/src/components/features/__tests__/__snapshots__/features.test.tsx.snap index 07113650..91dffdac 100644 --- a/src/components/features/__tests__/__snapshots__/features.test.tsx.snap +++ b/src/components/features/__tests__/__snapshots__/features.test.tsx.snap @@ -2,10 +2,10 @@ exports[`Features > should render the component 1`] = ` -
-
@@ -17,8 +17,8 @@ exports[`Features > should render the component 1`] = ` 1 -
-
+
  • @@ -30,7 +30,7 @@ exports[`Features > should render the component 1`] = ` 2 -
  • -
    + +
    `; diff --git a/src/components/features/styles.ts b/src/components/features/styles.ts index 7de49048..f4db76b1 100644 --- a/src/components/features/styles.ts +++ b/src/components/features/styles.ts @@ -8,7 +8,7 @@ export const ElFeaturesItemIcon = styled.span` font-size: var(--size-4); ` -export const ElFeaturesItem = styled.div` +export const ElFeaturesItem = styled.li` display: inline-flex; align-items: flex-start; gap: var(--spacing-1); @@ -27,7 +27,7 @@ export const ElFeaturesItem = styled.div` } ` -export const ElFeatures = styled.div` +export const ElFeatures = styled.ul` display: inline-flex; align-items: flex-start; gap: var(--spacing-3);