Skip to content

Commit 60aeddb

Browse files
committed
fix: import path for main.css
1 parent 75ebe85 commit 60aeddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/Logs/LogViewer.ce.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ watch(selectedLogFile, (newValue) => {
175175
<style lang="postcss">
176176
/* Import unraid-ui globals first */
177177
@import '@unraid/ui/styles';
178-
@import '../assets/main.css';
178+
@import '~/assets/main.css';
179179
180180
</style>
181181

0 commit comments

Comments
 (0)