fix navbar

This commit is contained in:
Tom
2023-05-04 15:50:35 +02:00
parent 9a6029e976
commit d98649f77e
3 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -355,7 +355,6 @@ const Board = () => {
[ [
<Link to={`/profile/p/subscriptions`}>Subscriptions</Link> <Link to={`/profile/p/subscriptions`}>Subscriptions</Link>
]&nbsp;[ ]&nbsp;[
</span>
{defaultSubplebbits.map((subplebbit, index) => ( {defaultSubplebbits.map((subplebbit, index) => (
<span className="boardList" key={`span-${subplebbit.address}`}> <span className="boardList" key={`span-${subplebbit.address}`}>
{index === 0 ? null : "\u00a0"} {index === 0 ? null : "\u00a0"}
@@ -365,6 +364,7 @@ const Board = () => {
</span> </span>
))} ))}
] ]
</span>
<span className="nav"> <span className="nav">
[ [
<button style={{all: 'unset', cursor: 'pointer'}} onClick={ <button style={{all: 'unset', cursor: 'pointer'}} onClick={
+1 -1
View File
@@ -265,7 +265,6 @@ const Catalog = () => {
[ [
<Link to={`/profile/p/subscriptions`}>Subscriptions</Link> <Link to={`/profile/p/subscriptions`}>Subscriptions</Link>
]&nbsp;[ ]&nbsp;[
</span>
{defaultSubplebbits.map((subplebbit, index) => ( {defaultSubplebbits.map((subplebbit, index) => (
<span className="boardList" key={`span-${subplebbit.address}`}> <span className="boardList" key={`span-${subplebbit.address}`}>
{index === 0 ? null : "\u00a0"} {index === 0 ? null : "\u00a0"}
@@ -278,6 +277,7 @@ const Catalog = () => {
</span> </span>
))} ))}
] ]
</span>
<span className="nav"> <span className="nav">
[ [
<button style={{all: 'unset', cursor: 'pointer'}} onClick={ <button style={{all: 'unset', cursor: 'pointer'}} onClick={
+1 -1
View File
@@ -289,7 +289,6 @@ const Thread = () => {
[ [
<Link to={`/profile/p/subscriptions`}>Subscriptions</Link> <Link to={`/profile/p/subscriptions`}>Subscriptions</Link>
]&nbsp;[ ]&nbsp;[
</span>
{defaultSubplebbits.map((subplebbit, index) => ( {defaultSubplebbits.map((subplebbit, index) => (
<span className="boardList" key={`span-${subplebbit.address}`}> <span className="boardList" key={`span-${subplebbit.address}`}>
{index === 0 ? null : "\u00a0"} {index === 0 ? null : "\u00a0"}
@@ -302,6 +301,7 @@ const Thread = () => {
</span> </span>
))} ))}
] ]
</span>
<span className="nav"> <span className="nav">
[ [
<button style={{all: 'unset', cursor: 'pointer'}} onClick={ <button style={{all: 'unset', cursor: 'pointer'}} onClick={