mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add desktop board buttons
This commit is contained in:
@@ -17,4 +17,8 @@
|
|||||||
.mobileBoardButtons {
|
.mobileBoardButtons {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subscribeButton {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -41,7 +41,14 @@ export const DesktopBoardButtons = ({ address }: BoardButtonsProps) => {
|
|||||||
return (
|
return (
|
||||||
<div className={styles.desktopBoardButtons}>
|
<div className={styles.desktopBoardButtons}>
|
||||||
<hr />
|
<hr />
|
||||||
<SubscribeButton address={address} />
|
[
|
||||||
|
<OptionsButton />
|
||||||
|
] [
|
||||||
|
<CatalogButton />]
|
||||||
|
<span className={styles.subscribeButton}>
|
||||||
|
[
|
||||||
|
<SubscribeButton address={address} />]
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user