Skip to content

Commit f2349a0

Browse files
Code edited in Lovable Code Editor
Edited UI in Lovable
1 parent d2c4c45 commit f2349a0

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/pages/docs/DocsIntroduction.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,11 @@ const DocsIntroduction = () => {
1616
<div className="w-64 flex-shrink-0">
1717
<div className="sticky top-6 p-4">
1818
<nav className="space-y-2">
19-
<button
20-
onClick={() => scrollToSection('introducao')}
21-
className="block w-full text-left text-sm hover:text-primary transition-colors py-1"
22-
>
23-
Introdução
24-
</button>
2519
<button
2620
onClick={() => scrollToSection('requisitos')}
2721
className="block w-full text-left text-sm hover:text-primary transition-colors py-1"
2822
>
29-
Requisitos do Sistema
23+
Documentação Devitools
3024
</button>
3125
<button
3226
onClick={() => scrollToSection('pacotes')}
@@ -67,7 +61,7 @@ const DocsIntroduction = () => {
6761
{/* Conteúdo Principal - Coluna Direita */}
6862
<div className="flex-1 space-y-8 border-l pl-8">
6963
<div className="space-y-4">
70-
<h1 className="text-4xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent">
64+
<h2 className="text-4xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent">
7165
Documentação Devitools
7266
</h1>
7367
<p className="text-xl text-muted-foreground">

0 commit comments

Comments
 (0)