Skip to content

Commit 6d0d005

Browse files
authored
Update platform icons in README.md
1 parent 2d6e2f3 commit 6d0d005

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ _A powerful, cross-platform desktop tool built with Tauri, React, and TypeScript
1515

1616
[**📥 Download**](https://github.com/Relwave/relwave-app/releases)[**✨ Features**](#-features)[**🚀 Quick Start**](#-quick-start)[**📚 Documentation**](#-documentation)
1717

18-
<img src="https://via.placeholder.com/800x400/1a1a2e/ffffff?text=Screenshot+Placeholder" alt="RelWave Screenshot" width="100%" style="border-radius: 8px; margin: 20px 0;" />
1918

2019
</div>
2120

@@ -90,12 +89,12 @@ Complete offline functionality
9089
<th width="50%">Description</th>
9190
</tr>
9291
<tr>
93-
<td><img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/icons/windows.svg" width="20" /> <b>Windows</b></td>
92+
<td><img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/windows11/windows11-original.svg" width="20" /> <b>Windows</b></td>
9493
<td><code>.exe</code> | <code>.msi</code></td>
9594
<td>NSIS installer (recommended) or MSI package</td>
9695
</tr>
9796
<tr>
98-
<td><img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/icons/folder-linux.svg" width="20" /> <b>Linux</b></td>
97+
<td><img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg" width="20" /> <b>Linux</b></td>
9998
<td><code>.deb</code> | <code>.AppImage</code></td>
10099
<td>Debian package or portable AppImage</td>
101100
</tr>

0 commit comments

Comments
 (0)