diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-14 17:30:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 17:30:15 -0500 |
commit | 8d2e649b4dae4523d9c0ac36d5dfd31409447be4 (patch) | |
tree | 151f1dcd76c52a8bb3f45061a023fe6a8b2637b2 /src | |
parent | 8629e167cd668cd1d41bf6a37acf9d94502e5c2b (diff) | |
download | voidsky-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')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
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, |