Skip to content

Commit 8dcfa68

Browse files
Update header and index page
Update the visibility of the GitHub icon in the header to be displayed on smaller screens. Change the text on the Index page from "Eleve seu nível de desenvolvimento" to "Conheça nossas ferramentas".
1 parent 09d52bc commit 8dcfa68

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/Header.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ const Header = () => {
8989
{theme === "dark" ? <Sun className="w-4 h-4" /> : <Moon className="w-4 h-4" />}
9090
</Button>
9191
<Button
92-
className="hidden xs:flex"
9392
variant="ghost"
9493
size="icon"
9594
onClick={() => window.open("https://github.com/devitools", "_blank")}

src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Index = () => {
2525
</div>
2626

2727
<h1 className="text-5xl md:text-7xl font-bold mb-6 bg-gradient-hero bg-clip-text text-transparent leading-tight">
28-
Eleve seu nível de desenvolvimento
28+
Conheça nossas ferramentas
2929
</h1>
3030

3131
<p className="text-xl md:text-2xl text-muted-foreground m-8 max-w-3xl mx-auto">

0 commit comments

Comments
 (0)