File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed
Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 2222 >
2323 <i
2424 :data-feather =" social.icon"
25- class =" w-6 sm:w-8 h-6 sm:h-8"
25+ class =" w-5 sm:w-8 h-5 sm:h-8"
2626 ></i >
2727 </a >
2828 </ul >
@@ -74,13 +74,19 @@ export default {
7474 url: ' https://twitter.com/NangialaiStoman' ,
7575 },
7676 {
77- id: 3 ,
78- name: ' Instagram ' ,
79- icon: ' instagram ' ,
80- url: ' https://instagram .com/NangialaiStoman' ,
77+ id: 2 ,
78+ name: ' Twitter ' ,
79+ icon: ' twitter ' ,
80+ url: ' https://twitter .com/NangialaiStoman' ,
8181 },
8282 {
8383 id: 4 ,
84+ name: ' Medium' ,
85+ icon: ' book' ,
86+ url: ' https://stoman.medium.com' ,
87+ },
88+ {
89+ id: 5 ,
8490 name: ' Behance' ,
8591 icon: ' feather' ,
8692 url: ' https://behance.net/NangialaiStoman' ,
Original file line number Diff line number Diff line change 88 <img
99 :src =" project.img"
1010 :alt =" project.title"
11- class =" rounded-t-3xl border-none"
11+ class =" rounded-t-xl border-none"
1212 />
1313 </div >
1414 <div class =" text-center px-4 py-6" >
Original file line number Diff line number Diff line change 88 >
99 {{ projectsHeading }}
1010 </p >
11- <p class =" text-md sm:text-xl text-gray-500 dark:text-ternary-light" >
11+ <!-- Note: This description is commented, if you want to, you can uncomment this -->
12+ <!-- <p class="text-md sm:text-xl text-gray-500 dark:text-ternary-light">
1213 {{ projectsDescription }}
13- </p >
14+ </p> -->
1415 </div >
1516 <!-- Projects grid title end -->
1617
You can’t perform that action at this time.
0 commit comments