Skip to content

Removing download icon for non-downloadables #1841

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/hardware/_unlisted/boards/nano-matter/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<Feature title="Matter® Ready" image="core">
Create, connect, and communicate with Matter® compatible devices using Arduino as the software layer for rapid prototyping.
<FeatureWrapper>
<FeatureLink title="Matter Specification" url="https://csa-iot.org/all-solutions/matter/" download blank/>
<FeatureLink title="Matter Specification" url="https://csa-iot.org/all-solutions/matter/"/>
</FeatureWrapper>
</Feature>

<Feature title="OpenThread" image="communication">
Nano Matter uses Thread for IoT mesh networking communication in a highly compact form factor.
<FeatureWrapper>
<FeatureLink title="OpenThread" url="https://openthread.io/" download blank/>
<FeatureLink title="OpenThread" url="https://openthread.io/"/>
</FeatureWrapper>
</Feature>

Expand All @@ -31,7 +31,7 @@
<Feature title="Bluetooth® connectivity" image="bluetooth">
Leverage dual-mode connectivity, integrating both IEEE 802.15.4 (Thread) for mesh networking and Bluetooth® Low Energy for short-range communication.
<FeatureWrapper>
<FeatureLink title="Bluetooth®" url="https://www.bluetooth.com/" download blank/>
<FeatureLink title="Bluetooth®" url="https://www.bluetooth.com/"/>
</FeatureWrapper>
</Feature>

Expand Down
Loading