Skip to content

Commit

Permalink
Merge pull request #146 from MahesaDS2408/fix/url-telegram-group
Browse files Browse the repository at this point in the history
fix: update telegram group url in navbar
  • Loading branch information
lamualfa committed Oct 12, 2023
2 parents 7a1e7a8 + 6291226 commit 1a9e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function Navbar() {
</a>
</div>
<div className="flex-initial opacity-60 hover:text-primary-600/100 dark:text-neutral-300 dark:hover:text-neutral-50 transition duration-300">
<a href="https://t.me/teknologi_umum">
<a href="https://t.me/teknologi_umum_v2">
<TelegramIcon width="2rem" height="2rem" />
</a>
</div>
Expand Down

0 comments on commit 1a9e8ce

Please sign in to comment.