File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11import { AppGitHubReadme } from "@/components/libresplit/AppGitHubReadme" ;
2+ import { AppHero } from "@/components/libresplit/AppHero" ;
23
34export function Home ( ) {
45 return (
5- < div >
6+ < div className = "flex w-screen flex-col items-center justify-center" >
7+ < AppHero />
68 < AppGitHubReadme />
79 </ div >
810 ) ;
Original file line number Diff line number Diff line change 1+ import { TextScramble } from "../ui/text-scramble" ;
2+
3+ export function AppHero ( ) {
4+ return (
5+ < div className = "flex flex-col items-center justify-center" >
6+ < p className = "text-bold text-6xl" > LibreSplit</ p >
7+ < TextScramble characterSet = "_" speed = { 28 } >
8+ Free speedrun timer with auto splitting and load removal for Linux.
9+ </ TextScramble >
10+ </ div >
11+ ) ;
12+ }
You can’t perform that action at this time.
0 commit comments