refactor: redundant role <ul> is a list role=list removed

This commit is contained in:
Scott
2024-04-30 11:33:50 -04:00
parent 12a9aec319
commit 33f8351b6c

View File

@@ -48,7 +48,7 @@ const {
<span class="text-base leading-6 lowercase text-gray-600 dark:text-slate-400">{period}</span>
</div>
{items && (
<ul role="list" class="my-8 md:my-10 space-y-2 text-left">
<ul class="my-8 md:my-10 space-y-2 text-left">
{items.map(
({ description, icon }) =>
description && (