File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const DocsIntroduction = () => {
2020 onClick = { ( ) => scrollToSection ( 'requisitos' ) }
2121 className = "block w-full text-left text-sm hover:text-primary transition-colors py-1"
2222 >
23- Documentação Devitools
23+ Começando do Começo
2424 </ button >
2525 < button
2626 onClick = { ( ) => scrollToSection ( 'pacotes' ) }
@@ -62,10 +62,10 @@ const DocsIntroduction = () => {
6262 < div className = "flex-1 space-y-8 border-l pl-8" >
6363 < div className = "space-y-4" >
6464 < h2 className = "text-4xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent" >
65- Documentação Devitools
66- </ h1 >
65+ Começando do Começo
66+ </ h2 >
6767 < p className = "text-xl text-muted-foreground" >
68- Bem-vindo à documentação oficial dos pacotes Devitools para PHP .
68+ Bem-vindo à documentação oficial dos pacotes Devitools.
6969 </ p >
7070 </ div >
7171
You can’t perform that action at this time.
0 commit comments