refactor: redundant role <ul> is a list role=list removed
This commit is contained in:
@@ -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 && (
|
||||
|
Reference in New Issue
Block a user