Skip to content

Commit fb8fe39

Browse files
author
Laegel
authored
fix: Changed link & added icons (tauri-apps#54)
* fix: Changed link & added icons * fix: moved icons out of link
1 parent 855cc1c commit fb8fe39

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docusaurus.config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ const siteConfig = {
1414
themeConfig: {
1515
announcementBar: {
1616
id: 'testapp',
17-
content:
18-
'🚀 Download our validation app to take Tauri for a test drive: <a href="https://github.com/tauri-apps/tauri/releases/download/0.5.2-binaries/app_0.1.0_amd64.deb" target="_blank">[Linux - deb]</a> - <a href="https://github.com/tauri-apps/tauri/releases/download/0.5.2-binaries/app-macos.dmg" target="_blank">[MacOS - dmg]</a> - <a href="https://github.com/tauri-apps/tauri/releases/download/0.5.2-binaries/app.exe" target="_blank">[Windows - exe]</a>',
17+
content: `🚀 Download our validation app to take Tauri for a test drive:
18+
<br/> <i class="ti-linux"></i> <a href="https://github.com/tauri-apps/tauri/releases/download/0.5.2-binaries/app_0.1.0_amd64.deb" target="_blank">Linux - deb</a>
19+
- <i class="ti-apple"></i> <a href="https://github.com/tauri-apps/tauri/releases/download/0.5.2-binaries/app-macos.dmg" target="_blank">MacOS - dmg</a>
20+
- <i class="ti-microsoft"></i> <a href="https://github.com/tauri-apps/tauri/releases/download/0.5.2-binaries/app.x64.msi" target="_blank">Windows - msi</a>
21+
- <i class="ti-github"></i> <a href="https://github.com/tauri-apps/tauri/tree/dev/tauri/examples/communication" target="_blank">Source</a>`,
1922
},
2023
navbar: {
2124
logo: {

0 commit comments

Comments
 (0)