mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 08:11:40 +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')}
|
||||
</UiKitButton>
|
||||
<UiKitButton
|
||||
mode={['border', 'full_size']}
|
||||
onClick={() => {
|
||||
window.open('https://github.com/sponsors/bakhirev', '_blank');
|
||||
sponsorStore.close();
|
||||
}}
|
||||
>
|
||||
{t('page.sponsor.money.github')}
|
||||
</UiKitButton>
|
||||
{/*<UiKitButton*/}
|
||||
{/* mode={['border', 'full_size']}*/}
|
||||
{/* onClick={() => {*/}
|
||||
{/* window.open('https://github.com/sponsors/bakhirev', '_blank');*/}
|
||||
{/* sponsorStore.close();*/}
|
||||
{/* }}*/}
|
||||
{/*>*/}
|
||||
{/* {t('page.sponsor.money.github')}*/}
|
||||
{/*</UiKitButton>*/}
|
||||
</Footer>
|
||||
</Modal>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue