Fixes broken accordion ref
Fixes broken poppable ref adds Schema page Fixes schema creation not including game system id
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { FC, PropsWithChildren } from "react";
|
||||
import { Poppable } from "@/lib/poppables/components/poppable";
|
||||
import { Icon } from "@/components/Icon";
|
||||
import { QuestionMarkCircleIcon } from "@heroicons/react/24/solid";
|
||||
|
||||
export const HelpPopper: FC<PropsWithChildren> = ({ children }) => {
|
||||
return (
|
||||
@@ -9,7 +9,7 @@ export const HelpPopper: FC<PropsWithChildren> = ({ children }) => {
|
||||
preferredAlign="centered"
|
||||
preferredEdge="bottom"
|
||||
>
|
||||
<Icon icon="Help" className="svg-white w-4 h-4" />
|
||||
<QuestionMarkCircleIcon className="w-4 h-4 fill-white" />
|
||||
</Poppable>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user