Skip to content

Commit 87d3884

Browse files
committed
fix(tools): update internal warning
1 parent 8175329 commit 87d3884

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/routes/tools/+page.svelte

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,10 @@
106106
</div>
107107
<h3 class="text-gray-500">Popular tools made by the community</h3>
108108
<h4 class="mt-2 w-fit text-purple-700 dark:text-purple-300">
109-
This feature is in <span
109+
This feature is <span
110110
class="rounded-lg bg-purple-100 px-2 py-1 font-semibold dark:bg-purple-800/50"
111-
>early access</span
112-
>. Only team members can see it and use it for now. Feel free to share feedback on it
113-
internally!
111+
>experimental</span
112+
>. Consider sharing your feedback with us!
114113
</h4>
115114
<div class="ml-auto mt-6 flex justify-between gap-2 max-sm:flex-col sm:items-center">
116115
<a

0 commit comments

Comments
 (0)