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')} {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>
); );