aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/App.tsx b/src/client/App.tsx
index 8da919d..1e31ca5 100644
--- a/src/client/App.tsx
+++ b/src/client/App.tsx
@@ -45,7 +45,7 @@ export function App() {
<Route component={NotFoundPage} />
</Switch>
</div>
- <footer className="py-2 text-center text-xs text-muted">
+ <footer className="hidden py-2 text-center text-xs text-muted sm:block">
v{__APP_VERSION__}
</footer>
</div>