Skip to content

Commit

Permalink
Merge branch 'main' of github.com:danielcuque/portafolio
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcuque committed Jul 11, 2024
2 parents 7642e84 + b489af6 commit 43c7fab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { projects } from '@/constants/projects';
<h2
class=`text-lg md:text-3xl font-medium before:[content:'02.'] before:text-primary-50 before:text-lg before:inline`
>
Some Projects I’ve Built or Contributed To
Some Projects I’ve Built
</h2>
<ul class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
{projects.map((project) => <ProjectItem {...project} />)}
Expand Down
10 changes: 5 additions & 5 deletions src/utils/navItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ export const navItems: NavItem[] = [
name: 'Projects',
path: '#projects'
},
{
name: 'Contact',
path: '#contact'
},
{
name: 'Contributions',
path: '#contributions'
},
{
name: 'Work Experience',
path: '#work-experience'
},
{
name: 'Contact',
path: '#contact'
}
]
]

0 comments on commit 43c7fab

Please sign in to comment.