This repository was archived by the owner on Mar 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
<div id =" mobileNavHeading" >
12
12
<router-link to =" /" ><h1 id =" bio" >Bio</h1 ><h1 id =" js" >JS</h1 ></router-link >
13
13
</div >
14
- <router-link class =" navLink" : class =" active=='components'?'active':'' " to =" /components" ><span >Components</span ></router-link >
15
- <router-link class =" navLink" : class =" active=='guide'?'active':'' " to =" /guide" ><span >Guide</span ></router-link >
16
- <router-link class =" navLink" : class =" active=='about'?'active':'' " to =" /about" ><span >About</span ></router-link >
17
- <router-link class =" navLink" : class =" active=='contact_us'?'active':'' " to =" /contact" ><span >Contact Us</span ></router-link >
14
+ <router-link class =" navLink" active- class =" active" to =" /components" ><span >Components</span ></router-link >
15
+ <router-link class =" navLink" active- class =" active" to =" /guide" ><span >Guide</span ></router-link >
16
+ <router-link class =" navLink" active- class =" active" to =" /about" ><span >About</span ></router-link >
17
+ <router-link class =" navLink" active- class =" active" to =" /contact" ><span >Contact Us</span ></router-link >
18
18
<div class =" close" >
19
19
<img @click =" closeMenu()" src =" ../../static/close.png" alt =" Close menu" >
20
20
</div >
Original file line number Diff line number Diff line change 2
2
<b-card-group class =" testimonialContainer" >
3
3
<b-card v-for =" testimonial in testimonials" class =" testimonial" :key =" testimonial.id" >
4
4
<div id =" hearts" >
5
- <i class =" material-icons" v-for =" n in testimonial.stars" :key =" n" style =" text-align : center ; color : #dc3545 ;" >favorite</i >
6
- <i class =" material-icons" v-for =" n in 5 - testimonial.stars" :key =" n" style =" text-align : center ; color : #dc3545 ;" >favorite_border</i >
5
+ <i class =" material-icons" v-for =" n in testimonial.stars" :key =" n + '-a' " style =" text-align : center ; color : #dc3545 ;" >favorite</i >
6
+ <i class =" material-icons" v-for =" n in 5 - testimonial.stars" :key =" n + '-b' " style =" text-align : center ; color : #dc3545 ;" >favorite_border</i >
7
7
</div >
8
8
<blockquote class =" blockquote mb-0" >
9
9
<p style =" font-size : 16px " >{{ testimonial.testimonial }}</p >
You can’t perform that action at this time.
0 commit comments