Skip to content

Commit a544de9

Browse files
authored
Use chevron and link color for Hardware Support navbar (#267)
1 parent 4d8153c commit a544de9

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

content/Custom/Hubs/Hardware-Support.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,40 @@ title: "Hardware Support"
33
id: 9264736457500
44
---
55

6-
<div class="actions-wrapper actions-wrapper-s actions-black-text">
7-
<div class="actions-grid-item actions-black-text">
6+
<div class="actions-wrapper actions-wrapper-s">
7+
<div class="actions-grid-item">
88
<a id="keep" href="https://support.arduino.cc/hc/en-us/sections/360004641859-UNO"></a>
9-
<img src="https://content.arduino.cc/assets/hc-UNO.png"> <span>UNO</span>
9+
<img src="https://content.arduino.cc/assets/hc-UNO.png"> <span class="link-chevron-right">UNO</span>
1010
</div>
1111
<div class="actions-grid-item">
1212
<img src="https://content.arduino.cc/assets/hc-nano.png">
1313
<a id="keep" href="https://support.arduino.cc/hc/en-us/sections/360004605400-Nano-Family"></a>
14-
<span>Nano</span>
14+
<span class="link-chevron-right">Nano</span>
1515
</div>
1616
<div class="actions-grid-item">
1717
<img src="https://content.arduino.cc/assets/hc-MKR.png">
1818
<a id="keep" href="https://support.arduino.cc/hc/en-us/sections/360004641919-MKR-Family"></a>
19-
<span>MKR</span>
19+
<span class="link-chevron-right">MKR</span>
2020
</div>
2121
<div class="actions-grid-item">
2222
<img src="https://content.arduino.cc/assets/hc-giga.png">
2323
<a id="keep" href="https://support.arduino.cc/hc/en-us/sections/7980658170908-GIGA-R1"></a>
24-
<span>GIGA R1</span>
24+
<span class="link-chevron-right">GIGA R1</span>
2525
</div>
2626
<div class="actions-grid-item">
2727
<img src="https://content.arduino.cc/assets/hc-nicla.png">
2828
<a id="keep" href="https://support.arduino.cc/hc/en-us/sections/4410176504978-Nicla-Family"></a>
29-
<span>Nicla</span>
29+
<span class="link-chevron-right">Nicla</span>
3030
</div>
3131
<div class="actions-grid-item">
3232
<img src="https://content.arduino.cc/assets/hc-portenta-h7.png">
3333
<a id="keep" href="https://support.arduino.cc/hc/en-us/sections/360004767859-Portenta-Family"></a>
34-
<span>Portenta</span>
34+
<span class="link-chevron-right">Portenta</span>
3535
</div>
3636
<!-- <div class="actions-grid-item">
3737
<img src="https://content.arduino.cc/assets/hc-opta.png">
38-
<a id="keep" href="#code"></a> <span>Opta</span>
38+
<a id="keep" href="#code"></a>
39+
<span class="link-chevron-right">Opta</span>
3940
</div>-->
4041
</div>
4142
<h2 class="center hub">General troubleshooting</h2>

0 commit comments

Comments
 (0)