Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Jan 23, 2024
1 parent cb0cabb commit 3b11073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .web/docs/.vitepress/theme/components/HomeHeroImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const space = 100; // Define your space constant here
const nodes = [
{x: center.x, y: center.y, link: '/guide/', image: '/minekube-logo.png', class: 'w-48'}, // Top center node
{x: center.x - space * 1.5, y: 200, link: '/guide/connectors/gate', image: '/gate.png', class: 'w-28'}, // First bottom node (Gate)
{x: center.x - space * 1.5, y: 200, link: '/guide/connectors/gate', image: '/gate.png', class: 'w-32'}, // First bottom node (Gate)
{x: center.x - space * 0.5, y: 250, link: '/guide/connectors/plugin', image: velocity}, // Second bottom node
{x: center.x + space * 0.5, y: 250, link: '/guide/connectors/plugin', image: paper, class: 'w-16'}, // Third bottom node
{x: center.x + space * 1.5, y: 200, link: '/guide/connectors/plugin', image: spigot}, // Fourth bottom node
Expand Down

0 comments on commit 3b11073

Please sign in to comment.