nsarrazin HF Staff commited on
Commit
942fdc7
·
unverified ·
1 Parent(s): c86de3d

feat(tools): add early access disclaimer

Browse files
Files changed (1) hide show
  1. src/routes/tools/+page.svelte +7 -0
src/routes/tools/+page.svelte CHANGED
@@ -121,6 +121,13 @@
121
  {/if}
122
  </div>
123
  <h3 class="text-gray-500">Popular tools made by the community</h3>
 
 
 
 
 
 
 
124
  <div class="ml-auto mt-6 flex justify-between gap-2 max-sm:flex-col sm:items-center">
125
  <a
126
  href={`${base}/tools/new`}
 
121
  {/if}
122
  </div>
123
  <h3 class="text-gray-500">Popular tools made by the community</h3>
124
+ <h4 class="mt-2 w-fit text-purple-700 dark:text-purple-300">
125
+ This feature is in <span
126
+ class="rounded-lg bg-purple-100 px-2 py-1 font-semibold dark:bg-purple-800/50"
127
+ >early access</span
128
+ >. Only team members can see it and use it for now. Feel free to share feedback on it
129
+ internally!
130
+ </h4>
131
  <div class="ml-auto mt-6 flex justify-between gap-2 max-sm:flex-col sm:items-center">
132
  <a
133
  href={`${base}/tools/new`}