Skip to content

Commit 859d2b2

Browse files
committed
fix: reduce welcome slides logo
1 parent e2fdc14 commit 859d2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-frontend/src/features/welcome/WelcomeSlideshow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineComponent({
3434
<img
3535
src="~@front/assets/devtools-logo.svg"
3636
alt="Devtools logo"
37-
class="logo max-h-[160px]"
37+
class="logo max-h-[100px]"
3838
>
3939
<h1 class="text-green-500 text-2xl text-center mt-8">
4040
Welcome to the Vue devtools!

0 commit comments

Comments
 (0)