Skip to content

Commit 97e88a1

Browse files
committed
chore: wip
1 parent 54edf72 commit 97e88a1

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

resources/components/Dashboard/Deployments/DeploymentList.stx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@
182182
</div>
183183
</td>
184184

185-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
185+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 font-mono">
186186
342afe5a
187187
</td>
188188

189-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
189+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 font-mono">
190190
main
191191
</td>
192192

resources/views/dashboard/library/index.stx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ useHead({
173173
30kb
174174
</td>
175175

176-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
176+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 font-mono">
177177
./resources/components/component-a.stx
178178
</td>
179179

resources/views/dashboard/queue/index.stx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@
186186
</div>
187187
</td>
188188

189-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
189+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 font-mono">
190190
342afe5a
191191
</td>
192192

193-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
193+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 font-mono">
194194
main
195195
</td>
196196

storage/framework/core/ui/src/uno.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default defineConfig({
4545
fonts: {
4646
sans: 'Inter',
4747
serif: 'Inter',
48-
mono: 'Inter',
48+
// mono: 'Inter',
4949
},
5050
}),
5151
],

storage/framework/core/vite-config/src/dashboard.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export default defineConfig({
8484
extensions: ['stx'],
8585
layoutsDirs: p.layoutsPath('dashboard', { relative: true }),
8686
}),
87+
8788
autoImports(),
8889
components(),
8990
cssEngine(),

0 commit comments

Comments
 (0)