Skip to content

Commit

Permalink
refactor: redundant role <ul> is a list role=list removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoGinn committed Apr 30, 2024
1 parent 12a9aec commit 33f8351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/Pricing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 && (
Expand Down

0 comments on commit 33f8351

Please sign in to comment.