mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 10:12:34 +00:00
Donate: redirect to Ukraine's defense (savelife.in.ua)
This commit is contained in:
+5
-1
@@ -114,7 +114,11 @@ export function App() {
|
||||
<Icon name="info" />
|
||||
</IconButton>
|
||||
<span className={styles.headerDivider} aria-hidden="true" />
|
||||
<Button variant="soft-accent" onClick={() => openModal('donate')} title="Support Astrolabe">
|
||||
<Button
|
||||
variant="soft-accent"
|
||||
onClick={() => openModal('donate')}
|
||||
title="Support Ukraine's defense"
|
||||
>
|
||||
Donate
|
||||
</Button>
|
||||
<ThemeToggle />
|
||||
|
||||
Reference in New Issue
Block a user