Skip to content

Commit

Permalink
fix(docs): update to correct image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
imconnorngl committed Oct 25, 2024
1 parent 395dab3 commit 17b9e1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/downloads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import router from "next/router";
<DownloadList
downloadOptions={[
{
backgroundImage: "/assets/backgrounds/1.png",
customIcon: <img width={250} src="/assets/bukkit.png" />,
backgroundImage: "/backgrounds/1.png",
customIcon: <img width={250} src="/bukkit.png" />,
title: "Bukkit",
subtitle: "",
button: [
Expand All @@ -38,8 +38,8 @@ import router from "next/router";
},
},
{
backgroundImage: "/assets/backgrounds/2.png",
customIcon: <img width={250} src="/assets/bungee.png" />,
backgroundImage: "/backgrounds/2.png",
customIcon: <img width={250} src="/bungee.png" />,
title: "Bungee",
subtitle: "",
button: [
Expand All @@ -62,8 +62,8 @@ import router from "next/router";
},
},
{
backgroundImage: "/assets/backgrounds/3.png",
customIcon: <img width={250} src="/assets/velocity.png" />,
backgroundImage: "/backgrounds/3.png",
customIcon: <img width={250} src="/velocity.png" />,
title: "Velocity",
subtitle: "",
button: [
Expand Down

1 comment on commit 17b9e1d

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on 17b9e1d Oct 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📄 Documentation Deployment

Status:✅ Completed
Environment:preview
URL:https://a5e308c9.lunarclient-dev.pages.dev

Please sign in to comment.