Skip to content

Commit 62fca31

Browse files
committed
Fix typos and browser showed issues
1 parent d43cddc commit 62fca31

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

src/components/ProjectInfo.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
? 'hover:underline cursor-pointer'
2525
: ''
2626
"
27-
aria-label="Project Webiste and Phone"
27+
aria-label="Project Website and Phone"
2828
>{{ info.details }}</a
2929
>
3030
</li>
@@ -50,10 +50,10 @@
5050
<p
5151
class="text-2xl font-semibold text-ternary-dark dark:text-ternary-light mb-2"
5252
>
53-
{{ projectInfo.technlogies[0].title }}
53+
{{ projectInfo.technologies[0].title }}
5454
</p>
5555
<p class="text-primary-dark dark:text-ternary-light">
56-
{{ projectInfo.technlogies[0].techs.join(', ') }}
56+
{{ projectInfo.technologies[0].techs.join(', ') }}
5757
</p>
5858
</div>
5959
<!-- Single project technologies end -->

src/components/ProjectsGrid.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default {
124124
},
125125
{
126126
id: 2,
127-
title: 'Pheonix Digital Agenncy',
127+
title: 'Phoenix Digital Agency',
128128
category: 'Mobile Application',
129129
img: require('@/assets/images/mobile-project-2.jpg'),
130130
},
@@ -142,7 +142,7 @@ export default {
142142
},
143143
{
144144
id: 5,
145-
title: 'Kabul Social App',
145+
title: 'React Social App',
146146
category: 'Mobile Application',
147147
img: require('@/assets/images/mobile-project-1.jpg'),
148148
},

src/views/SingleProject.vue

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
data: () => {
3333
return {
3434
singleProjectHeader: {
35-
singleProjectTitle: 'Kabul Project Management UI',
35+
singleProjectTitle: 'Project Management UI',
3636
singleProjectDate: 'Jul 26, 2021',
3737
singleProjectTag: 'UI / Frontend',
3838
},
@@ -80,7 +80,7 @@ export default {
8080
objectivesHeading: 'Objective',
8181
objectivesDetails:
8282
'Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio, natus! Quibusdam enim quod in esse, mollitia molestias incidunt quas ipsa accusamus veniam, quis odit cumque vero voluptate, reiciendis amet non!',
83-
technlogies: [
83+
technologies: [
8484
{
8585
title: 'Tools & Technologies',
8686
techs: [
@@ -148,12 +148,6 @@ export default {
148148
icon: 'youtube',
149149
url: 'https://www.youtube.com/c/StomanStudio',
150150
},
151-
{
152-
id: 5,
153-
name: 'Dribbble',
154-
icon: 'dribbble',
155-
url: 'https://www.dribbble.com/',
156-
},
157151
],
158152
},
159153
relatedProject: {

0 commit comments

Comments
 (0)