Skip to content

Commit

Permalink
Always show the background for the Kolibri logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed May 6, 2024
1 parent 74fd3b2 commit 1c5f7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/core/assets/src/views/CoreLogo/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>

<component :is="component" altText="" :src="image" />
<component :is="component" altText="" :src="image" :showBackground="true" />

</template>

Expand Down

0 comments on commit 1c5f7f8

Please sign in to comment.