diff --git a/frontend/public/bg/marauders-map.jpg b/frontend/public/bg/marauders-map.jpg new file mode 100644 index 0000000..ff62c3d Binary files /dev/null and b/frontend/public/bg/marauders-map.jpg differ diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 9090f8a..8db4380 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -19,20 +19,6 @@ function cycleTag(tag) { return null; } -/** - * PaperCard: "Pergamentkarte" mit torn edges. - * Wir legen die Edges bewusst über die Card, aber dezent. - */ -function PaperCard({ children, style }) { - return ( -