add rcpc fansite

This commit is contained in:
HF 2023-12-27 22:41:38 +01:00
parent 5707b9c775
commit 1e92cfcad5
2 changed files with 4 additions and 1 deletions

BIN
public/rcpc-fansite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 KiB

View File

@ -49,9 +49,12 @@ const UserArea = () => {
dispatch(fetchStats());
}
}, 300000);
return (
<div style={{ textAlign: 'center' }}>
<a style={{ display: 'inline-block' }} href="https://www.youtube.com/watch?v=D7dzSapaIS4">
<img style={{ maxWidth: '100%', maxHeight: 200 }} src="rcpc-fansite.png" />
</a>
<Tabs activeTab={activeTab} setActiveTab={setActiveTab}>
<div label={t`Profile`}>
{(name) ? <UserAreaContent /> : <LogInArea />}