mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore: add translations
This commit is contained in:
@@ -47,11 +47,11 @@ const ReturnButton = ({ address }: BoardButtonsProps) => {
|
||||
};
|
||||
|
||||
const RefreshButton = () => {
|
||||
const { t } = useTranslation();
|
||||
const reset = useFeedResetStore((state) => state.reset);
|
||||
|
||||
return (
|
||||
<button className='button' onClick={() => reset && reset()}>
|
||||
Refresh
|
||||
{t('refresh')}
|
||||
</button>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user