feat: test floating button

This commit is contained in:
2025-01-28 17:21:53 +01:00
parent b8e17331cc
commit 91938efe35
2 changed files with 20 additions and 3 deletions

View File

@@ -252,7 +252,9 @@ export function MVP({ user, players }: PlayerInfoProps) {
</div>
</div>
<button onClick={() => handleSubmit()}>submit</button>
<button className="submit" onClick={() => handleSubmit()}>
💾 <span className="submit_text">submit</span>
</button>
<dialog
id="MVPDialog"
onClick={(event) => {