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"}}