Skip to content

Commit

Permalink
modif
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Teixeira committed May 21, 2022
1 parent 68a64c7 commit d172987
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/views/Portfolio/projet_c/Cybersecurite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ export default {
return {
langage: [
{
title: "C#",
title: "C#"
},
{
title: "laravel"
},
],
Expand Down
4 changes: 3 additions & 1 deletion src/views/Portfolio/projet_c/Formaflix.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ export default {
return {
langage: [
{
title: "C#",
title: "C#"
},
{
title: "PHP"
},
],
Expand Down
8 changes: 6 additions & 2 deletions src/views/Portfolio/projet_kotlin/ChickHand.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ export default {
return {
langage: [
{
title: "Kotlin",
title: "laravel",
title: "Kotlin"
},
{
title: "laravel"
},
{
title: "C#"
},
],
Expand Down

0 comments on commit d172987

Please sign in to comment.