File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 < nav class ="menu ">
77 < ul class ="menu__list list list--unstyle ">
88 < 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 ">
1010 {% include icons/symbols/arrow-left.svg %}
1111 < span > Back to Connections</ span >
1212 </ a >
1313 </ li >
1414 </ ul >
1515 </ nav >
16-
16+
1717 < nav class ="menu menu--compact ">
1818 < ul class ="menu__list list list--unstyle ">
1919 {% for item in ourSection %}
2222 < span class ="flex__column ">
2323 {{ item.section_title }}
2424 </ span >
25-
25+
2626 < div class ="menu-item__chevron flex__column flex__column--shrink ">
2727 {% include icons/symbols/caret-down.svg %}
2828 </ div >
2929 </ button >
30-
30+
3131 < ul class ="menu-item__body " data-ref ="accordion[body] ">
3232 {% for subsection in item.section %}
3333 {% if subsection.path %}
3434 {% assign menuLink = site.baseurl | append: subsection.path | append: "/" %}
35-
35+
3636 {% if subsection.path contains "http://" or subsection.path contains "https://"%}
3737 {% assign menuLink = subsection.path %}
3838 {% endif %}
3939 {% endif %}
40-
40+
4141 < li class ="menu-item menu-item--compact ">
4242 < a href ="{{ menuLink }} " class ="menu-item__link ">
4343 {{ subsection.title }}
You can’t perform that action at this time.
0 commit comments