Skip to content

Commit 30a9144

Browse files
committed
contact page link sorted
1 parent 56886cb commit 30a9144

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

components/SubNavMegaNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<div
3737
class="row no-gutters align-items-center font-4 text-grey pointer"
3838
>
39-
<NuxtLink to="/company"> Contact </NuxtLink>
39+
<NuxtLink to="/contact"> Contact </NuxtLink>
4040
</div>
4141
</div>
4242
</div>

components/courses/CoursePageMentorsSection.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
v-for="(mentor, index) in mentors"
1414
:key="index"
1515
>
16-
<div class="s-150x150 round">
16+
<div class="s-150x150 round d-sm-block d-none">
1717
<img :src="mentor.img" />
1818
</div>
19-
<div class="flex-1 pl-30">
19+
<div class="flex-1 pl-sm-30">
20+
<div class="s-100x100 round mb-20 d-sm-none d-block">
21+
<img :src="mentor.img" />
22+
</div>
2023
<div class="heading-6 bold">{{ mentor.name }}</div>
2124
<div class="mt-10 mb-20 font-2 orange">{{ mentor.contact }}</div>
2225
<div class="font-4">

0 commit comments

Comments
 (0)