Skip to content

Commit

Permalink
fix: accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
xn1cklas committed Sep 8, 2024
1 parent 7206243 commit 1db0d40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ function Warning() {
</svg>
</div>
<div className="ml-3">
<p className="text-sm text-yellow-700 mb-2">
<h3 className="text-sm text-yellow-700 mb-2">
No products found. This could be caused by one of the following:
</p>
<ul className="pl-5 list-disc text-sm text-yellow-700">
</h3>
<ul role="list" className="list-disc space-y-1 pl-5 text-yellow-700">
<li>
Your Polar dashboard is empty.{" "}
<Link
href="https://polar.sh/dashboard"
className="font-medium text-yellow-700 underline hover:text-yellow-600"
className="font-medium underline hover:text-yellow-600"
>
Create a product in the Polar dashboard
</Link>
Expand Down

0 comments on commit 1db0d40

Please sign in to comment.