diff --git a/Makefile b/Makefile
index cb87ac4f..a57b85fc 100644
--- a/Makefile
+++ b/Makefile
@@ -33,10 +33,9 @@ frontend/build/index.html: frontend/node_modules
@test $${FRONTEND_URL?is not set}
@test $${API_URL?is not set}
cd frontend && \
- REACT_APP_VERSION='$$(git rev-parse --short HEAD)-$(RELEASE)' \
+ REACT_APP_VERSION='$(shell git rev-parse --short HEAD)-$(RELEASE)' \
REACT_APP_API_URL=${API_URL} \
- REACT_APP_DOCUMENTATION_URL=${REACT_APP_DOCUMENTATION_URL} \
- REACT_APP_CLIENT=webUI npm run-script build
+ npm run-script build
### CLI Build Targets
cli/keyconjurer-linux-arm64 cli/keyconjurer-linux:
diff --git a/frontend/src/App.module.css b/frontend/src/App.module.css
index 585dfa2d..d7bd9fc0 100644
--- a/frontend/src/App.module.css
+++ b/frontend/src/App.module.css
@@ -37,6 +37,8 @@
display: initial;
grid-row: 2;
grid-column: 1;
+ max-width: 600px;
+ width: 600px;
}
.Usage {
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 12b08e9a..ec38af95 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -43,9 +43,7 @@ const Usage = () => {
{
menuItem: "Windows",
render: () => (
-
+
),
},
{
diff --git a/frontend/src/articles/WindowsUsage.md b/frontend/src/articles/WindowsUsage.md
index 39f5b47f..cbf352c0 100644
--- a/frontend/src/articles/WindowsUsage.md
+++ b/frontend/src/articles/WindowsUsage.md
@@ -2,4 +2,4 @@ We're still waiting for a brave explorer to write this section for us, as we don
# Download
-* Windows (x64) (./keyconjurer-windows.exe)
+* Windows (x64) [keyconjurer-windows.exe](./keyconjurer-windows.exe)