Skip to content

Commit

Permalink
feat: remove project link
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaiana committed Oct 4, 2022
1 parent 7dc0752 commit b8d7720
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/Header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default Vue.extend({
return {
menus: [
{ name: 'Home', path: '/' },
{ name: 'Projetos', path: '/projects' },
{ name: 'Carreira', path: '/career' },
],
Expand Down
1 change: 0 additions & 1 deletion components/MenuMobile/MenuMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default Vue.extend({
return {
menus: [
{ name: 'Home', path: '/' },
{ name: 'Projetos', path: '/projects' },
{ name: 'Carreira', path: '/career' },
],
}
Expand Down

0 comments on commit b8d7720

Please sign in to comment.