This commit is contained in:
HF 2023-12-30 15:41:53 +01:00
parent a19eb5abc5
commit 11502e8b43
4 changed files with 6 additions and 3 deletions

BIN
public/2024.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 KiB

View File

@ -32,6 +32,12 @@ const App = () => (
<UI />
<WindowManager />
</IconContext.Provider>
<a
style={{ position: 'absolute', bottom: 4, left: '50%', marginLeft: -27 }}
href="https://www.bitchute.com/video/bOOoNdPdjWmt/"
>
<img style={{ width: 75 }} src="2024.gif" />
</a>
</>
);

View File

@ -52,9 +52,6 @@ const UserArea = () => {
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 />}