We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d393f4b commit 3830e60Copy full SHA for 3830e60
src/components/libresplit/AppHero.tsx
@@ -3,6 +3,11 @@ import { TextScramble } from "../ui/text-scramble";
3
export function AppHero() {
4
return (
5
<div className="flex flex-col items-center justify-center">
6
+ <img
7
+ src="https://raw.githubusercontent.com/LibreSplit/LibreSplit/refs/heads/main/assets/libresplit.svg"
8
+ alt="LibreSplit"
9
+ className="w-64"
10
+ />
11
<p className="text-bold text-6xl">LibreSplit</p>
12
<TextScramble characterSet="_" speed={28}>
13
Free speedrun timer with auto splitting and load removal for Linux.
0 commit comments