Skip to content

Commit da1d837

Browse files
committed
feat: atualizar componentes Footer e tabs com melhorias de UI
1 parent 09206c9 commit da1d837

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

src/components/ui/tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)}

0 commit comments

Comments
 (0)