From 60e86035610e850065774bf83d69594b7cf487f2 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 1 May 2023 18:36:43 +0200 Subject: [PATCH] add new navbar design to board view --- src/components/views/Board.jsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/views/Board.jsx b/src/components/views/Board.jsx index 352afc02..d582989a 100644 --- a/src/components/views/Board.jsx +++ b/src/components/views/Board.jsx @@ -330,17 +330,17 @@ const Board = () => { [ {}}>Subscriptions - ]  + ] [ - {defaultSubplebbits.map(subplebbit => ( + {defaultSubplebbits.map((subplebbit, index) => ( - [ + {index === 0 ? null : "\u00a0"} handleClickTitle(subplebbit.title, subplebbit.address)} >{subplebbit.title ? subplebbit.title : subplebbit.address} - ]  + {index !== defaultSubplebbits.length - 1 ? " /" : null} ))} - + ] [ ] + [ setIsSettingsOpen(true)}>Settings ] @@ -366,14 +367,14 @@ const Board = () => { ))} - - -
+     + }>Create Board +
+
setIsSettingsOpen(true)}>Settings   handleStyleChange({target: {value: "Yotsuba"}}