File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/motion-core/text-loop Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787
8888<span
8989 class ={cn (" font-inherit relative inline-block text-inherit" , className )}
90- style =" clip-path: inset(-100vh 0 -100vh 0);"
90+ style =" clip-path: inset(-100vh 0 -100vh 0); min-width: 200px; "
9191>
9292 <span class =" font-inherit invisible inline-block w-0 text-inherit" aria-hidden =" true" > </span
9393 >{#key currentIndex }<span
Original file line number Diff line number Diff line change 5353
5454 <!-- Hero Title - above fold, play once -->
5555 <div class =" flex min-h-25 flex-col items-center justify-center md:min-h-55 lg:min-h-52" >
56- <h1 class =" text-4xl font-bold tracking-tight md:text-6xl lg:text-7xl" >
56+ <h1 class =" text-4xl font-bold tracking-tight whitespace-nowrap md:text-6xl lg:text-7xl" >
5757 <span >{currentText === " Payments" ? " Generate" : " Track" }</span >
5858 <span class =" inline-flex justify-center align-baseline" >
5959 <TextLoop class ="text-primary" {texts } bind:currentIndex interval ={2500 } />
7373 </p >
7474
7575 <!-- Buttons - above fold, play once, no Magnetic -->
76- <div class =" flex flex-col justify-center gap-4 sm:flex-row" >
76+ <div class =" flex min-h-28 flex-col justify-center gap-4 sm:flex-row" >
7777 {#if fullyAuthenticated }
7878 <Button
7979 data-sveltekit-reload
You can’t perform that action at this time.
0 commit comments