nsarrazin HF Staff commited on
Commit
9105b0f
·
unverified ·
1 Parent(s): 6a5e4c9

fix(tools): update internal warning

Browse files
Files changed (1) hide show
  1. src/routes/tools/+page.svelte +3 -4
src/routes/tools/+page.svelte CHANGED
@@ -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
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!
114
  </h4>
115
  <div class="ml-auto mt-6 flex justify-between gap-2 max-sm:flex-col sm:items-center">
116
  <a
 
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 <span
110
  class="rounded-lg bg-purple-100 px-2 py-1 font-semibold dark:bg-purple-800/50"
111
+ >experimental</span
112
+ >. Consider sharing your feedback with us!
 
113
  </h4>
114
  <div class="ml-auto mt-6 flex justify-between gap-2 max-sm:flex-col sm:items-center">
115
  <a