From cdc2d87d66036b70746010c7e66040a3d2ec1e9d Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Mon, 8 Dec 2025 14:57:08 +0100 Subject: [PATCH] Update TalentBuilder: Adjusted styles and fixed mage sample path --- talent-builder/src/components/TalentBuilder.tsx | 10 +++++----- talent-builder/src/components/TalentCell.tsx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/talent-builder/src/components/TalentBuilder.tsx b/talent-builder/src/components/TalentBuilder.tsx index 900a5ba..c744089 100644 --- a/talent-builder/src/components/TalentBuilder.tsx +++ b/talent-builder/src/components/TalentBuilder.tsx @@ -1,5 +1,5 @@ "use client"; -import mage from "../data/mage.sample.json" assert { type: "json" }; +import mage from "../../public/data/mage.json" assert { type: "json" }; import { useEffect, useMemo, useRef, useState } from "react"; import { toGridSpec } from "../lib/transform"; import { TalentGrid } from "./TalentGrid"; @@ -264,15 +264,15 @@ export function TalentBuilder() {