Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Fix telegram link
Browse files Browse the repository at this point in the history
  • Loading branch information
hernangonzalez committed Feb 27, 2024
1 parent 894b692 commit 69111d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/index/joinus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ impl Component for JoinUs {
<div class="joinus-right-side">
<div class="joinus-side-container">
<div class="icon-container">
<a href="https://t.me/rust_lang_ar" target="_blank">
<a href="https://t.me/rust_lang_es" target="_blank">
<img src="images/fa-brands_telegram.svg" class="join-us-telegram-icon" alt="Telegram Icon" />
</a>
</div>
<a href="https://t.me/rust_lang_ar" target="_blank">
<a href="https://t.me/rust_lang_es" target="_blank">
{"¡Nuestro grupo de Telegram!"}
</a>
</div>
Expand Down

0 comments on commit 69111d7

Please sign in to comment.