Skip to content

Commit 2eb7fdc

Browse files
committed
Update aria label for Tailwind Plus templates in showcase
1 parent 0ade4cc commit 2eb7fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/showcase-thumbnail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default function ShowcaseThumbnail({ showcase, priority = false }: { show
149149
<h2 className="text-sm/6 font-medium">{showcase.name}</h2>
150150
{showcase.isTemplate && (
151151
<p
152-
aria-label="This site is a Tailwind UI template"
152+
aria-label="This site is a Tailwind Plus template"
153153
className="ml-2 rounded-full border border-transparent bg-sky-100 px-1.5 text-[0.6875rem] leading-5 font-semibold text-sky-500 dark:bg-gray-600/50 dark:text-gray-200 dark:group-hover:bg-sky-500 dark:group-hover:text-white"
154154
>
155155
Template

0 commit comments

Comments
 (0)