@stubber/ui 1.13.3 → 1.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19,7 +19,7 @@ let builderUrl = `${builderOrigin}/_/drive/folders`;
|
|
|
19
19
|
<!-- Stubs -->
|
|
20
20
|
<Button
|
|
21
21
|
href={stubsUrl}
|
|
22
|
-
class="h-20 w-20 {active_app == 'stubs' ? 'bg-surface-100 opacity-40
|
|
22
|
+
class="h-20 w-20 {active_app == 'stubs' ? 'bg-surface-100 opacity-40' : ''}"
|
|
23
23
|
variant="ghost"
|
|
24
24
|
>
|
|
25
25
|
<div class="flex flex-col items-center space-y-2 text-surface-700">
|
|
@@ -30,7 +30,7 @@ let builderUrl = `${builderOrigin}/_/drive/folders`;
|
|
|
30
30
|
<!-- Console -->
|
|
31
31
|
<Button
|
|
32
32
|
href={consoleUrl}
|
|
33
|
-
class="h-20 w-20 {active_app == 'console' ? 'bg-surface-100 opacity-40
|
|
33
|
+
class="h-20 w-20 {active_app == 'console' ? 'bg-surface-100 opacity-40' : ''}"
|
|
34
34
|
variant="ghost"
|
|
35
35
|
>
|
|
36
36
|
<div class="flex flex-col items-center space-y-2 text-surface-700">
|
|
@@ -41,7 +41,7 @@ let builderUrl = `${builderOrigin}/_/drive/folders`;
|
|
|
41
41
|
<!-- Builder -->
|
|
42
42
|
<Button
|
|
43
43
|
href={builderUrl}
|
|
44
|
-
class="h-20 w-20 {active_app == 'builder' ? 'bg-surface-100 opacity-40
|
|
44
|
+
class="h-20 w-20 {active_app == 'builder' ? 'bg-surface-100 opacity-40' : ''}"
|
|
45
45
|
variant="ghost"
|
|
46
46
|
>
|
|
47
47
|
<div class="flex flex-col items-center space-y-2 text-surface-700">
|