Skip to content

Commit

Permalink
Fix case of logo filename
Browse files Browse the repository at this point in the history
  • Loading branch information
seicke committed Dec 7, 2024
1 parent 90a33c8 commit e8f5e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aas-web-ui/src/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
v-bind="hoverProps"
:style="{ filter: isHovering ? 'grayscale(0%)' : 'grayscale(100%)' }">
<template v-if="isDark" #sources>
<source srcset="@/assets/HTW_Logo_Dark.svg" />
<source srcset="@/assets/HTW_Logo_dark.svg" />
</template>
<template v-else #sources>
<source srcset="@/assets/HTW_Logo_Light.svg" />
<source srcset="@/assets/HTW_Logo_light.svg" />
</template>
</v-img>
</a>
Expand Down

0 comments on commit e8f5e87

Please sign in to comment.