0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-06 08:57:38 +00:00

Add nav buttons to the tab order and use semantic buttons so they are interactable with the keyboard

This commit is contained in:
durstann
2026-07-26 23:35:13 -07:00
parent 98117dae0e
commit 3628d1d57d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ const HomePage =(props)=>{
// #5 - No unsaved changes, and has never been saved, hide the button
if(neverSaved)
return <Nav.item className='save neverSaved'>save now</Nav.item>;
return <Nav.item className='save neverSaved' disabled={true}>save now</Nav.item>;
// DEFAULT - No unsaved changes, show SAVED
return <Nav.item className='save saved'>saved</Nav.item>;