Selaa lähdekoodia

checking into dev to view latest updates before pulling

tabs-content
K Rob 3 vuotta sitten
vanhempi
commit
b0efa76c64
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      frontend/src/components/SummaryBar.vue

+ 2
- 2
frontend/src/components/SummaryBar.vue Näytä tiedosto

@@ -40,14 +40,14 @@ section.w-flex.column.pb5
40 40
             template(#item-content.3='{ item }')
41 41
                 .tab--aspirations
42 42
                     p {{ tabContent[item].tab }}
43
-                    w-timeline(:items='aspirations')
43
+                    w-timeline(:items='aspirations' color='green')
44 44
                     
45 45
 
46 46
             // Skills Tab
47 47
             template(#item-content.4='{ item }')
48 48
                 .tab--skills
49 49
                     p Education
50
-                    w-timeline(:items='skills.education')
50
+                    w-timeline(:items='skills.education' color='primary')
51 51
                     
52 52
                     p Licenses & Certificates
53 53
                     w-timeline(:items='skills.licenses')

Loading…
Peruuta
Tallenna