New source found from dndbeyond.com
This commit is contained in:
Generated
Vendored
+17
-9
@@ -2,15 +2,23 @@ import type { MegaMenuCardProps } from "../MegaMenuCard";
|
||||
|
||||
const ddbImageBase = "https://media.dndbeyond.com/mega-menu";
|
||||
|
||||
export const characterBuilder: MegaMenuCardProps = {
|
||||
label: "Character Builder",
|
||||
imageUrl: `${ddbImageBase}/323a928e32eff87dee85dfbe0793ce12.jpg`,
|
||||
link: "https://www.dndbeyond.com/characters/builder",
|
||||
};
|
||||
|
||||
export const primaryItems: MegaMenuCardProps[] = [
|
||||
export const groupOne: MegaMenuCardProps[] = [
|
||||
{
|
||||
label: "Maps",
|
||||
label: "Character Builder",
|
||||
imageUrl: `${ddbImageBase}/character_builder.png`,
|
||||
link: "https://www.dndbeyond.com/characters/builder",
|
||||
},
|
||||
{
|
||||
label: "Sigil 3D VTT",
|
||||
imageUrl: `${ddbImageBase}/playtest_sigil.png`,
|
||||
link: "https://www.dndbeyond.com/project-sigil",
|
||||
flags: [{ label: "New", variant: "success" }],
|
||||
},
|
||||
];
|
||||
|
||||
export const groupTwo: MegaMenuCardProps[] = [
|
||||
{
|
||||
label: "Maps VTT",
|
||||
imageUrl: `${ddbImageBase}/049ddb9085342521d25c5230451cfd45.jpg`,
|
||||
link: "https://www.dndbeyond.com/games",
|
||||
flags: [{ label: "Beta", variant: "info" }],
|
||||
@@ -23,7 +31,7 @@ export const primaryItems: MegaMenuCardProps[] = [
|
||||
},
|
||||
];
|
||||
|
||||
export const secondaryItems: MegaMenuCardProps[] = [
|
||||
export const groupThree: MegaMenuCardProps[] = [
|
||||
{
|
||||
label: "Mobile App",
|
||||
imageUrl: `${ddbImageBase}/3aa58aac2d02bb52d62204e158b48ce6.jpg`,
|
||||
|
||||
Reference in New Issue
Block a user