0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-10 07:28:39 +00:00

Initial Commit

Adds menu items for "regular", zipped, and inline output.

Currently only displays inline output with *no* URL massaging ( all relative path references are still relative )

Displays, not downloads
This commit is contained in:
David Bolack
2026-01-09 16:22:07 -06:00
parent 0495513059
commit 5faa12a79e
8 changed files with 169 additions and 20 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ const HomePage =(props)=>{
? <ErrorNavItem error={error} clearError={clearError} />
: renderSaveButton()}
<NewBrewItem />
<PrintNavItem />
<PrintNavItem brew={currentBrew}/>
<HelpNavItem />
<VaultNavItem />
<RecentNavItem />