diff options
Diffstat (limited to 'projects/index.html')
| -rw-r--r-- | projects/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/projects/index.html b/projects/index.html index 6d6c494..d9570a1 100644 --- a/projects/index.html +++ b/projects/index.html @@ -33,20 +33,20 @@ </a> </div> <div class="project"> - <a href="https://sr.ht/~pml68/iced-builder" target="_blank"> - <img src="https://iced.rs/logo.svg" alt="iced logo" class="project-icon"> + <a href="https://github.com/foghorn-rs/foghorn" target="_blank"> + <img src="https://avatars.githubusercontent.com/u/209838582?s=200&v=4" alt="Foghorn icon" class="project-icon"> <div class="content"> - <h3>iced Builder</h3> - <p>UI builder for iced, built with iced. (WIP)</p> + <h3>Foghorn</h3> + <p>Signal Messenger client written in Rust and Iced</p> </div> </a> </div> <div class="project"> - <a href="https://github.com/foghorn-rs/foghorn" target="_blank"> - <img src="https://avatars.githubusercontent.com/u/209838582?s=200&v=4" alt="Foghorn icon" class="project-icon"> + <a href="https://sr.ht/~pml68/iced-builder" target="_blank"> + <img src="https://iced.rs/logo.svg" alt="iced logo" class="project-icon"> <div class="content"> - <h3>Foghorn</h3> - <p>Signal Messenger client written in Rust and Iced</p> + <h3>iced Builder</h3> + <p>UI builder for iced, built with iced. (WIP)</p> </div> </a> </div> |
