Skip to content

Commit fbe63e1

Browse files
committed
add caution variant to workers ai beta badge
1 parent a465d9b commit fbe63e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/workers-ai/models/[name].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const starlightPageProps = {
140140
class="!-mt-4 !mb-0 flex items-center !text-4xl !font-bold !leading-none"
141141
>
142142
{name}
143-
{isBeta && <Badge text="Beta" class="ml-3 mt-2" />}
143+
{isBeta && <Badge text="Beta" variant="caution" class="ml-3 mt-2" />}
144144
</h1>
145145
<span class="-mt-1 block"><ModelInfo model={model} /></span>
146146
</div>

0 commit comments

Comments
 (0)