File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
< nav class ="menu ">
7
7
< ul class ="menu__list list list--unstyle ">
8
8
< li class ="menu-item ">
9
- < a href ="{{ site.baseurl }}/connections/destinations /catalog/ " class ="menu-item__link menu-item__link--small menu-item__link--back ">
9
+ < a href ="{{ site.baseurl }}/connections/sources /catalog/ " class ="menu-item__link menu-item__link--small menu-item__link--back ">
10
10
{% include icons/symbols/arrow-left.svg %}
11
11
< span > Back to Connections</ span >
12
12
</ a >
13
13
</ li >
14
14
</ ul >
15
15
</ nav >
16
-
16
+
17
17
< nav class ="menu menu--compact ">
18
18
< ul class ="menu__list list list--unstyle ">
19
19
{% for item in ourSection %}
22
22
< span class ="flex__column ">
23
23
{{ item.section_title }}
24
24
</ span >
25
-
25
+
26
26
< div class ="menu-item__chevron flex__column flex__column--shrink ">
27
27
{% include icons/symbols/caret-down.svg %}
28
28
</ div >
29
29
</ button >
30
-
30
+
31
31
< ul class ="menu-item__body " data-ref ="accordion[body] ">
32
32
{% for subsection in item.section %}
33
33
{% if subsection.path %}
34
34
{% assign menuLink = site.baseurl | append: subsection.path | append: "/" %}
35
-
35
+
36
36
{% if subsection.path contains "http://" or subsection.path contains "https://"%}
37
37
{% assign menuLink = subsection.path %}
38
38
{% endif %}
39
39
{% endif %}
40
-
40
+
41
41
< li class ="menu-item menu-item--compact ">
42
42
< a href ="{{ menuLink }} " class ="menu-item__link ">
43
43
{{ subsection.title }}
You can’t perform that action at this time.
0 commit comments