File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/app/(landing)/_components/sections Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ export const OpenSourceSection = () => {
12
12
return (
13
13
< section ref = { sectionRef } className = "container min-h-[25rem] py-24" >
14
14
< motion . div
15
- className = "flex flex-col items-center"
15
+ className = "flex flex-col items-center gap-y-5 "
16
16
initial = { false }
17
17
animate = { { y : isInView ? 0 : 10 , opacity : isInView ? 1 : 0 } }
18
18
transition = { { delay : 0.5 , duration : 0.75 , ease : "easeIn" } }
19
19
>
20
- < WordPullUp className = "text-center" > Proudly Open Source</ WordPullUp >
20
+ < WordPullUp className = "leading-tight text-center" >
21
+ Proudly Open Source
22
+ </ WordPullUp >
21
23
< p className = "max-w-xl text-center text-lg leading-relaxed text-muted-foreground" >
22
24
Our source code is available on GitHub - feel free to read, review, or
23
25
contribute to it however you want!
You can’t perform that action at this time.
0 commit comments