diff --git a/docs/hardware/supported/techo.mdx b/docs/hardware/supported/techo.mdx
index d00e7655..b860b996 100644
--- a/docs/hardware/supported/techo.mdx
+++ b/docs/hardware/supported/techo.mdx
@@ -7,12 +7,6 @@ sidebar_position: 2
The T-Echo is the latest device to be release by LILYGO® supporting a low power consumption microcontroller.
-### See [Getting Started](/docs/getting-started/flashing-firmware/nrf52/)
-
-- firmware file: `firmware-t-echo-1.x.x.uf2`
-- [Purchase link](https://www.aliexpress.com/item/1005002842456390.html)
-- TTGO's [GitHub page](https://github.com/Xinyuan-LilyGO/LilyGO-T-Echo) for the T-Echo
-
### Features
- nRF52840 - Bluetooth BLE 5.0, NFC and very low power consumption
@@ -24,6 +18,12 @@ The T-Echo is the latest device to be release by LILYGO® supporting a low power
- Optional BME280 - Humidity and Pressure Sensor
- Comes with a case and battery
+### Resources
+
+- Firmware file: `firmware-t-echo-2.x.x.uf2`
+- [Purchase link](https://www.aliexpress.com/item/1005002842456390.html)
+- TTGO's [GitHub page](https://github.com/Xinyuan-LilyGO/LilyGO-T-Echo) for the T-Echo
+
{
Meshtastic 2.0 🎉🎉🎉
- After 9 months in the making we present to you the next
+ After 9 months in the making, we present to you the next
milestone for the Meshtastic project.
@@ -236,7 +236,7 @@ const TwoPointZero = (): JSX.Element => {
- Meshtastic is the neatest open source I've ever
+ Meshtastic is the neatest open source project I've ever
seen!
diff --git a/src/pages/downloads/_components/DownloadCard.tsx b/src/pages/downloads/_components/DownloadCard.tsx
index b99309ab..46f8442d 100644
--- a/src/pages/downloads/_components/DownloadCard.tsx
+++ b/src/pages/downloads/_components/DownloadCard.tsx
@@ -38,10 +38,10 @@ export const DownloadCard = ({
) : (
)}
diff --git a/src/pages/downloads/index.tsx b/src/pages/downloads/index.tsx
index 17ba45e5..b281ccea 100644
--- a/src/pages/downloads/index.tsx
+++ b/src/pages/downloads/index.tsx
@@ -131,6 +131,15 @@ const Firmware = (): JSX.Element => {
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 9aa4eb6e..da56e86c 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -88,21 +88,21 @@ const SocialCards: SocialCardProps[] = [
color: 'bg-[#5865F2]',
link: 'https://discord.com/invite/UQJ5QuM7vq',
children: (
-
+
),
},
{
color: 'bg-[#FF0000]',
link: 'https://www.youtube.com/meshtastic',
children: (
-
+
),
},
{
color: 'bg-[#ffffff]',
link: 'https://meshtastic.discourse.group',
children: (
-
@@ -112,14 +112,14 @@ const SocialCards: SocialCardProps[] = [
color: 'bg-[#FF4500]',
link: 'https://reddit.com/r/meshtastic',
children: (
-
+
),
},
{
color: 'bg-[#ffffff]',
link: 'https://github.com/meshtastic',
children: (
-
+
),
},
];