chore: update footer text in settings
This commit is contained in:
parent
66d0fd3dbc
commit
4dd4aecdb1
@ -31,6 +31,7 @@
|
|||||||
LogOut,
|
LogOut,
|
||||||
LogIn,
|
LogIn,
|
||||||
Brush,
|
Brush,
|
||||||
|
Heart,
|
||||||
} from 'lucide-svelte';
|
} from 'lucide-svelte';
|
||||||
import NumberFlow from '@number-flow/svelte';
|
import NumberFlow from '@number-flow/svelte';
|
||||||
import * as AlertDialog from '@/components/ui/alert-dialog';
|
import * as AlertDialog from '@/components/ui/alert-dialog';
|
||||||
@ -88,7 +89,6 @@
|
|||||||
setUserConfigValues,
|
setUserConfigValues,
|
||||||
} from '@/osuUtil';
|
} from '@/osuUtil';
|
||||||
import { getCurrentWindow } from '@tauri-apps/api/window';
|
import { getCurrentWindow } from '@tauri-apps/api/window';
|
||||||
import { Heart } from 'radix-icons-svelte';
|
|
||||||
import { ezppfarm } from '@/api/ezpp';
|
import { ezppfarm } from '@/api/ezpp';
|
||||||
import Hearts from '@/components/ui/effects/Hearts.svelte';
|
import Hearts from '@/components/ui/effects/Hearts.svelte';
|
||||||
|
|
||||||
@ -892,11 +892,11 @@
|
|||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
variant="link"
|
variant="link"
|
||||||
class="font-semibold font-mono text-sm text-theme-100/70"
|
class="font-light font-mono text-sm text-theme-100/70"
|
||||||
onclick={() => openURL('https://ez-pp.farm/u/1001')}
|
onclick={() => openURL('https://ez-pp.farm/u/1001')}
|
||||||
>
|
>
|
||||||
made with
|
made with
|
||||||
<Heart class="text-red-600 animate-pulse" />
|
<Heart class="text-red-600 fill-red-600 animate-pulse" />
|
||||||
by horizoncode
|
by horizoncode
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user