Skip to content

Commit 1e485e3

Browse files
authored
[Docs Site] Remove carets from catalog filter headings (#24043)
1 parent cc83980 commit 1e485e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/FieldCatalog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const FieldCatalog = ({ fields }: { fields: Fields }) => {
9999

100100
<div className="mb-8! hidden md:block">
101101
<span className="text-sm font-bold text-gray-600 uppercase dark:text-gray-200">
102-
Categories
102+
Categories
103103
</span>
104104

105105
{categories.map((category) => (

src/components/ModelCatalog.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const ModelCatalog = ({ models }: { models: WorkersAIModelsSchema[] }) => {
183183

184184
<div className="mb-8! hidden md:block">
185185
<span className="text-sm font-bold text-gray-600 uppercase dark:text-gray-200">
186-
Tasks
186+
Tasks
187187
</span>
188188

189189
{tasks.map((task) => (
@@ -216,7 +216,7 @@ const ModelCatalog = ({ models }: { models: WorkersAIModelsSchema[] }) => {
216216

217217
<div className="mb-8! hidden md:block">
218218
<span className="text-sm font-bold text-gray-600 uppercase dark:text-gray-200">
219-
Capabilities
219+
Capabilities
220220
</span>
221221

222222
{capabilities.map((capability) => (
@@ -251,7 +251,7 @@ const ModelCatalog = ({ models }: { models: WorkersAIModelsSchema[] }) => {
251251

252252
<div className="hidden md:block">
253253
<span className="text-sm font-bold text-gray-600 uppercase dark:text-gray-200">
254-
Authors
254+
Authors
255255
</span>
256256

257257
{authors.map((author) => (

0 commit comments

Comments
 (0)