Skip to content

Commit 7da49e4

Browse files
committed
playground: add nuxtify logo
1 parent 05cdaf1 commit 7da49e4

6 files changed

Lines changed: 9 additions & 4 deletions

File tree

playground/app.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ export default defineAppConfig({
33
// Brand
44
brand: {
55
tagline: 'Catchy tagline',
6+
logo: {
7+
lightUrl: '/img/nuxtify-logo-light.png', // Recommended 5:1 aspect ratio (e.g. 400 x 80 px)
8+
darkUrl: '/img/nuxtify-logo-dark.png', // Recommended 5:1 aspect ratio (e.g. 400 x 80 px)
9+
width: 400,
10+
height: 80,
11+
mobileWidth: 200,
12+
mobileHeight: 40,
13+
},
614
},
715

816
// Announcement

playground/components/AppLogo.vue

Lines changed: 0 additions & 3 deletions
This file was deleted.

playground/components/demo/DemoCore.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const triggerUpgrade = () => {
235235
</h3>
236236
<div class="py-4 px-4 bg-grey-lighten-4 rounded mb-4">
237237
<div class="text-caption text-medium-emphasis mb-2 font-weight-bold">
238-
AppLogo (with Custom Override support):
238+
AppLogo Component:
239239
</div>
240240
<div class="d-flex justify-center bg-white py-4 rounded border mb-4">
241241
<AppLogo />

playground/public/favicon.ico

15 KB
Binary file not shown.
7.35 KB
Loading
7.48 KB
Loading

0 commit comments

Comments
 (0)