We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8175329 commit 87d3884Copy full SHA for 87d3884
src/routes/tools/+page.svelte
@@ -106,11 +106,10 @@
106
</div>
107
<h3 class="text-gray-500">Popular tools made by the community</h3>
108
<h4 class="mt-2 w-fit text-purple-700 dark:text-purple-300">
109
- This feature is in <span
+ This feature is <span
110
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!
+ >experimental</span
+ >. Consider sharing your feedback with us!
114
</h4>
115
<div class="ml-auto mt-6 flex justify-between gap-2 max-sm:flex-col sm:items-center">
116
<a
0 commit comments