From 519161c46d210de28a76131da37fee9afe1c703d Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Sun, 3 Sep 2023 14:23:39 -0400 Subject: [PATCH] Update NavBar.js --- components/NavBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/NavBar.js b/components/NavBar.js index f01dc61..11297fa 100644 --- a/components/NavBar.js +++ b/components/NavBar.js @@ -62,7 +62,7 @@ export default [ }) ]) ]) - .textRight() + .alignRight() ]) ]) .paddings(['0px', '10px']) @@ -71,4 +71,4 @@ export default [ .shadowMedium() .textColor('white') .backgroundColor('black') -]; \ No newline at end of file +];