Tutorial Working

This commit is contained in:
2025-03-15 18:23:04 -04:00
parent a842c24d0d
commit ea0018bae2
15 changed files with 517 additions and 29 deletions

View File

@@ -104,6 +104,7 @@ export default function RaidInstanceCreatorTableBody({
className="flex flex-row justify-center items-center cursor-pointer p-2 space-x-2"
>
<DangerButton
id={`removeRun${runIndex}`}
variant="ghost"
shape="square"
onClick={() => removeRun(runIndex)}
@@ -114,6 +115,7 @@ export default function RaidInstanceCreatorTableBody({
/>
</DangerButton>
<TertiaryButton
id={`copyDiscordString${runIndex}`}
variant="ghost"
shape="square"
onClick={() => copyDiscordStringToClipBoard(runIndex)}