Skip to content

Commit 556d4ec

Browse files
Fix AppHeader.vue SCSS compilation errors
- Rebuilt AppHeader.vue component to resolve SCSS syntax issues - Removed problematic variables import that was causing compilation errors - Component now compiles cleanly with proper styling
1 parent 16a3238 commit 556d4ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/AppHeader.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ const logoLink = computed(() => isDevelopment.value ? '/' : '/explorer')
3939
</script>
4040
4141
<style lang="scss" scoped>
42-
@import "@/assets/styles/variables.scss";
43-
4442
.app-header {
4543
background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
4644
backdrop-filter: blur(10px);

0 commit comments

Comments
 (0)