mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add board buttons row for mobile and desktop, global styling for button
This commit is contained in:
@@ -11,10 +11,10 @@ const PostForm = ({ address }: PostFormProps) => {
|
||||
return (
|
||||
<>
|
||||
<div className={styles.postFormButtonDesktop}>
|
||||
[<span>{t('start_new_thread')}</span>]
|
||||
[<button className='button'>{t('start_new_thread')}</button>]
|
||||
</div>
|
||||
<div className={styles.postFormButtonMobile}>
|
||||
<span>{t('start_new_thread')}</span>
|
||||
<button className='button'>{t('start_new_thread')}</button>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user