huge buttons

This commit is contained in:
BGV
2025-03-30 10:32:29 -04:00
parent 935654d5de
commit 43cf5dcdb7

View File

@@ -112,9 +112,8 @@ function CallPage() {
<button onClick={playAudio}>Play Audio</button> <button onClick={playAudio}>Play Audio</button>
</> </>
)} )}
<button onClick={handleEmergency} className="bg-red-500 text-white rounded-md p-8 text-2xl font-bold">Emergency</button>
<button onClick={handleEmergency} className="bg-red-500 text-white rounded-md p-2">Emergency</button> <button className="bg-blue-500 text-white rounded-md p-8 text-2xl font-bold"
<button className="bg-blue-500 text-white rounded-md p-2"
onClick={() => { onClick={() => {
window.location.href = '/'; window.location.href = '/';
}}> }}>