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

Commit

Permalink
Fix deps & telegram link (#31)
Browse files Browse the repository at this point in the history
- **Update dependencies to restore build**
- **Fix telegram link**
  • Loading branch information
hernangonzalez authored Feb 28, 2024
1 parent 478d907 commit 11fc811
Show file tree
Hide file tree
Showing 3 changed files with 708 additions and 31 deletions.
18 changes: 11 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
Loading

0 comments on commit 11fc811

Please sign in to comment.