about summary refs log tree commit diff
path: root/src/view/shell/desktop/LeftNav.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-14 17:30:15 -0500
committerGitHub <noreply@github.com>2023-03-14 17:30:15 -0500
commit8d2e649b4dae4523d9c0ac36d5dfd31409447be4 (patch)
tree151f1dcd76c52a8bb3f45061a023fe6a8b2637b2 /src/view/shell/desktop/LeftNav.tsx
parent8629e167cd668cd1d41bf6a37acf9d94502e5c2b (diff)
downloadvoidsky-8d2e649b4dae4523d9c0ac36d5dfd31409447be4.tar.zst
Create build step for the web server (#289)
* Create build step for the web server

* Update bskyweb routes and 404 behavior
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index 65757b072..2c1cb6678 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -238,7 +238,7 @@ const styles = StyleSheet.create({
     flexDirection: 'row',
     alignItems: 'center',
     justifyContent: 'center',
-    width: 136,
+    width: 138,
     borderRadius: 24,
     paddingVertical: 10,
     paddingHorizontal: 16,