Extra Li wrappers removed, added word
This commit is contained in:
@@ -30,9 +30,7 @@ const { class: className, lineItems, depth = 0 } = Astro.props;
|
|||||||
</Li>
|
</Li>
|
||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<Li>
|
<slot />
|
||||||
<slot />
|
|
||||||
</Li>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
</ol>
|
</ol>
|
||||||
|
|||||||
@@ -30,9 +30,7 @@ const { class: className, lineItems, depth = 0 } = Astro.props;
|
|||||||
</Li>
|
</Li>
|
||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<Li>
|
<slot />
|
||||||
<slot />
|
|
||||||
</Li>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ const categorizedSkills: categorySkills[] = [
|
|||||||
>
|
>
|
||||||
<Li
|
<Li
|
||||||
>Accompanied the team on two deployments to the LeConte glacier in
|
>Accompanied the team on two deployments to the LeConte glacier in
|
||||||
Alaska to gather melt and mixing data</Li
|
Alaska to gather ice-water melt and mixing data</Li
|
||||||
>
|
>
|
||||||
</Ul>
|
</Ul>
|
||||||
</PageGroup>
|
</PageGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user