File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
import hexRgb from ' hex-rgb'
3
3
4
- const { data : clusters, refresh, status } = useFetch (' /api/clusters/nuxt/nuxt ' , {
4
+ const { data : clusters, refresh, status } = useFetch (' /api/clusters/nitrojs/nitro ' , {
5
5
server: false ,
6
6
immediate: import .meta .client && ! (' startViewTransition' in document ),
7
7
default : () => [],
@@ -51,7 +51,7 @@ async function updateSearch() {}
51
51
</p >
52
52
</nav >
53
53
<p class =" flex gap-2 items-center" >
54
- nuxt/nuxt
54
+ nitrojs/nitro
55
55
<button
56
56
class =" rounded-full w-7 h-7 flex place-items-center border-solid border border-gray-700 bg-transparent color-gray-400 py-2 hover:color-gray-200 active:color-white focus:color-gray-200 hover:border-gray-400 active:border-white focus:border-gray-400 transition-colors"
57
57
:class =" { 'animate-spin opacity-50 pointer-events-none': status === 'pending' || status === 'idle' }"
You can’t perform that action at this time.
0 commit comments