Skip to content

Commit

Permalink
Changes to improve the projects section (#40)
Browse files Browse the repository at this point in the history
* refactor(sideprojectssection): change project section title

* refactor(sideprojectssection): change more projects link
  • Loading branch information
allbertuu authored Jun 4, 2024
1 parent 20c9248 commit 71414d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SideProjectsSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const SideProjectsSection = () => {
<section id="projects" className="py-16 mt-6">
<div className="container mx-auto px-4">
<h2 className="section__title mx-auto originLeftReveal">
Projetos paralelos
Meus projetos
</h2>

<div
Expand All @@ -29,7 +29,7 @@ export const SideProjectsSection = () => {
</div>

<p className="text-center text-lg flex gap-1 items-center justify-center originBottomReveal">
<ExternalLink href="https://github.com/allbertuu?tab=repositories">
<ExternalLink href="https://github.com/allbertuu?tab=repositories&q=&type=&language=&sort=stargazers">
Clique aqui e confira (muito) mais
</ExternalLink>

Expand Down

0 comments on commit 71414d7

Please sign in to comment.