mirror of
				https://github.com/gpxstudio/gpx.studio.git
				synced 2025-11-04 05:21:09 +00:00 
			
		
		
		
	donate button
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
	import * as Menubar from '$lib/components/ui/menubar/index.js';
 | 
			
		||||
	import { Button } from '$lib/components/ui/button';
 | 
			
		||||
	import Logo from './Logo.svelte';
 | 
			
		||||
	import { HeartHandshake } from 'lucide-svelte';
 | 
			
		||||
 | 
			
		||||
	let distanceUnits = 'metric';
 | 
			
		||||
	let velocityUnits = 'speed';
 | 
			
		||||
@@ -91,5 +92,12 @@
 | 
			
		||||
			target="_blank"
 | 
			
		||||
			class="cursor-default py-1.5 px-3 h-fit rounded-sm">About</Button
 | 
			
		||||
		>
 | 
			
		||||
		<Button
 | 
			
		||||
			variant="ghost"
 | 
			
		||||
			href="https://ko-fi.com/gpxstudio"
 | 
			
		||||
			target="_blank"
 | 
			
		||||
			class="cursor-default py-1.5 px-3 h-fit rounded-sm"
 | 
			
		||||
			>Donate <HeartHandshake size="18" class="ml-1" /></Button
 | 
			
		||||
		>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user