Skip to content

Commit

Permalink
feat: ✨ add chat link t.me and wa
Browse files Browse the repository at this point in the history
Generalizzato i link per le chat ai gruppi

This close #96
  • Loading branch information
ali-benny committed Oct 6, 2023
1 parent 539bf17 commit 731bcbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config
Submodule config updated 1 files
+61 −55 courses.json
4 changes: 2 additions & 2 deletions src/routes/dash/[course]/ListTeaching.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<a href={disabled ? null : href} class="text-center text-lg join-item">
{teaching.name ? teaching.name : teaching.url}
</a>
{#if teaching.telegram != null && teaching.telegram !== ''}
{#if teaching.chat != null && teaching.chat !== ''}
<a
href="https://t.me/{teaching.telegram}"
href="https://{teaching.chat}"
class="text-center text-lg join-item border-l-2">👥</a
>
{/if}
Expand Down

0 comments on commit 731bcbb

Please sign in to comment.