Update footer links

- Add links to Features and About sections
- Replace GitHub link with git icon linking to self-hosted repo

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-05-14 08:43:49 -04:00
parent ea6a0bd9ca
commit 25f0dbdc84

View File

@@ -11,7 +11,8 @@
Sliders, Sliders,
ShieldCheck, ShieldCheck,
Layers, Layers,
SplitSquareHorizontal SplitSquareHorizontal,
GitBranch
} from 'lucide-svelte'; } from 'lucide-svelte';
import { import {
DropZone, DropZone,
@@ -563,14 +564,17 @@
<span>Free & open source</span> <span>Free & open source</span>
</div> </div>
<div class="flex items-center gap-6 text-sm text-grey-500"> <div class="flex items-center gap-6 text-sm text-grey-500">
<a href="#features" class="hover:text-accent transition-colors">Features</a>
<a href="#about" class="hover:text-accent transition-colors">About</a>
<a href="#converter" class="hover:text-accent transition-colors">Converter</a> <a href="#converter" class="hover:text-accent transition-colors">Converter</a>
<a <a
href="https://github.com" href="https://git.jaroszew.ski/patrick/2eInk"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
class="hover:text-accent transition-colors" class="hover:text-accent transition-colors"
title="Source code"
> >
GitHub <GitBranch class="w-4 h-4" />
</a> </a>
</div> </div>
</div> </div>