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 48a7c53b944fe02c24476717e8f3fc833bc3f62e
parent 7339a1e3cd78e0ee1685474e64b81deba2ed9170
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun,  2 Jul 2023 18:07:27 +0200

fix: button icon

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

diff --git a/src/Auth.jsx b/src/Auth.jsx @@ -28,7 +28,7 @@ function Auth() { return ( <div className="Auth"> <div> - <button disabled={!loading}>{loading ? ' sending magic link' : ''}</button> + <button disabled={!loading}>{loading ? '🛸 sending magic link ...' : ''}</button> <h1>Login</h1> <p>Sign in with a magic link.</p> <div className='loginForm'>