N
Nuxt11mo ago
Ghost

How do i make the Nav Avatar bigger

const links = [
[
{
avatar: {
src: './VG Logo.png'
}
},{
label: 'Home',
icon: 'i-heroicons-home',
to: '/' // Home Page
},
{
label: 'About me',
icon: 'i-heroicons-user',
to: `/about-me` // About me Page
}, {
label: 'Music',
icon: 'i-heroicons-musical-note',
to: '/music' // Music Page
}, {
label: 'Store',
icon: 'i-heroicons-shopping-bag',
to: '<LINK REMOVED>' // VGMusic Merch Store
}], [{
badge: "v0.0.5",
icon: 'i-heroicons-bolt',
to: '/changelog' // Github For the website
}]
]
const links = [
[
{
avatar: {
src: './VG Logo.png'
}
},{
label: 'Home',
icon: 'i-heroicons-home',
to: '/' // Home Page
},
{
label: 'About me',
icon: 'i-heroicons-user',
to: `/about-me` // About me Page
}, {
label: 'Music',
icon: 'i-heroicons-musical-note',
to: '/music' // Music Page
}, {
label: 'Store',
icon: 'i-heroicons-shopping-bag',
to: '<LINK REMOVED>' // VGMusic Merch Store
}], [{
badge: "v0.0.5",
icon: 'i-heroicons-bolt',
to: '/changelog' // Github For the website
}]
]
No description
5 Replies
Ghost
GhostOP11mo ago
wanted to make it bigger but can't seam to find a way to do so
Alexandre Nédélec
Which component are you using?
Ghost
GhostOP11mo ago
component? i start started learning nuxt
handshake
handshake11mo ago
there seems to be some missing information here.. All you're providing is an array of links... Could you be more specific on what it is you're expecting/looking to accomplish?
Ghost
GhostOP11mo ago
the post title is the issue, i can't seam to use style else it make it the max image size of 10,000pxx10,000px

Did you find this page helpful?