Skip to content

Commit 3830e60

Browse files
committed
Add image to hero
1 parent d393f4b commit 3830e60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/libresplit/AppHero.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ import { TextScramble } from "../ui/text-scramble";
33
export function AppHero() {
44
return (
55
<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+
/>
611
<p className="text-bold text-6xl">LibreSplit</p>
712
<TextScramble characterSet="_" speed={28}>
813
Free speedrun timer with auto splitting and load removal for Linux.

0 commit comments

Comments
 (0)