Skip to content

Commit aa276b6

Browse files
committed
Update index.tsx
1 parent 80d5e3a commit aa276b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/routes/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const libraries = [
139139
description: `Simple and lightweight cached data loading designed for fetch-as-you-render patterns in React, Vue, Solid & Svelte. It's basically React Query lite!`,
140140
badge: (
141141
<div className="flex items-center justify-center whitespace-nowrap uppercase text-white bg-amber-500 rounded-full px-2 py-1 text-xs font-black animate-pulse">
142-
Coming Soon
142+
Soon
143143
</div>
144144
),
145145
},
@@ -152,7 +152,7 @@ const libraries = [
152152
description: `Simple and lightweight action/mutation management utility for frameworks like React, Vue, Solid & Svelte.`,
153153
badge: (
154154
<div className="flex items-center justify-center whitespace-nowrap uppercase text-white bg-lime-500 rounded-full px-2 py-1 text-xs font-black animate-pulse">
155-
Coming Soon
155+
Soon
156156
</div>
157157
),
158158
},

0 commit comments

Comments
 (0)