This commit is contained in:
bakhirev 2024-06-28 00:29:48 +03:00
parent eca5a1c8e9
commit 1f4895c722
2 changed files with 12 additions and 12 deletions

File diff suppressed because one or more lines are too long

View file

@ -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>
);