mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 16:21:41 +00:00
update
This commit is contained in:
parent
eca5a1c8e9
commit
1f4895c722
File diff suppressed because one or more lines are too long
|
@ -41,15 +41,15 @@ const Money = observer((): React.ReactElement | null => {
|
||||||
>
|
>
|
||||||
{t('page.sponsor.money.qr')}
|
{t('page.sponsor.money.qr')}
|
||||||
</UiKitButton>
|
</UiKitButton>
|
||||||
<UiKitButton
|
{/*<UiKitButton*/}
|
||||||
mode={['border', 'full_size']}
|
{/* mode={['border', 'full_size']}*/}
|
||||||
onClick={() => {
|
{/* onClick={() => {*/}
|
||||||
window.open('https://github.com/sponsors/bakhirev', '_blank');
|
{/* window.open('https://github.com/sponsors/bakhirev', '_blank');*/}
|
||||||
sponsorStore.close();
|
{/* sponsorStore.close();*/}
|
||||||
}}
|
{/* }}*/}
|
||||||
>
|
{/*>*/}
|
||||||
{t('page.sponsor.money.github')}
|
{/* {t('page.sponsor.money.github')}*/}
|
||||||
</UiKitButton>
|
{/*</UiKitButton>*/}
|
||||||
</Footer>
|
</Footer>
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue