File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
<p
16
16
v-for =" bio in bios"
17
17
:key =" bio.id"
18
- class =" font-general-medium mb-4 text-ternary-dark dark:text-ternary-light text-lg"
18
+ class =" font-general-regular mb-4 text-ternary-dark dark:text-ternary-light text-lg"
19
19
>
20
20
{{ bio.bio }}
21
21
</p >
Original file line number Diff line number Diff line change 14
14
</div >
15
15
<div class =" text-center px-4 py-6" >
16
16
<p
17
- class =" font-general-medium text-xl text-ternary-dark dark:text-ternary-light font-semibold mb-2"
17
+ class =" font-general-semibold text-xl text-ternary-dark dark:text-ternary-light font-semibold mb-2"
18
18
>
19
19
{{ project.title }}
20
20
</p >
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ export default {
134
134
{
135
135
id: 4 ,
136
136
value: ' branding' ,
137
- name: ' Branding' ,
137
+ name: ' Branding & Anim ' ,
138
138
},
139
139
],
140
140
};
You can’t perform that action at this time.
0 commit comments