File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ const Footer = () => {
114114 </ li >
115115 < li >
116116 < Link
117- to = "/# examples"
117+ to = "/docs/ examples"
118118 className = "text-muted-foreground hover:text-primary transition-colors"
119119 >
120120 Exemplos
@@ -153,7 +153,7 @@ const Footer = () => {
153153 { /* Link para o repositório */ }
154154 < div className = "text-center py-2" >
155155 < a
156- href = "https://github.com/devitools/landing"
156+ href = "https://github.com/devitools/landing/fork "
157157 target = "_blank"
158158 rel = "noopener noreferrer"
159159 className = "inline-flex items-center text-muted-foreground hover:text-primary transition-colors group"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const TabsTrigger = React.forwardRef<
4545 "text-xs sm:text-sm font-medium whitespace-nowrap text-muted-foreground hover:text-foreground" ,
4646 "ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2" ,
4747 "disabled:pointer-events-none disabled:opacity-50" ,
48- "data-[state=active]:bg-primary data-[state=active]:text-primary -foreground dark:data-[state=active]:bg-background dark:data-[state=active]:text-foreground" ,
48+ "data-[state=active]:bg-background data-[state=active]:text-foreground dark:data-[state=active]:bg-background dark:data-[state=active]:text-foreground" ,
4949 "px-1.5 py-1 sm:px-3 sm:py-1.5 rounded-md" ,
5050 className
5151 ) }
You can’t perform that action at this time.
0 commit comments