myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 480312c07e52003fa7aadf82fe26378b27677023
parent c59a44999513e12e521c8b4b92ec13be4af377f8
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat,  8 Jul 2023 10:25:41 +0200

feat: remove emoji in button

Diffstat:
Msrc/Heats.jsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Heats.jsx b/src/Heats.jsx @@ -85,7 +85,7 @@ function HeatForm({session}) { <td data-title='Name'><Link to={generatePath('/startlist/:heatId', {heatId:h.id})}>{h.name}</Link></td> <td data-title='Location'>{h.location}</td> <td data-title='Planned start' className='right'>{h.planned_start}</td> - <td><button onClick={e => deleteHeat(e, h.id, h.name)}>🗑️ delete</button></td> + <td><button onClick={e => deleteHeat(e, h.id, h.name)}>&ndash; delete</button></td> </tr> ))} <tr>