mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-18 22:14:21 +01:00
problem: no link to tg group
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import Separator from '@/components/ui/separator/separator.svelte';
|
||||
import { currentUser } from '@/stores/session';
|
||||
import { GitBranch, HelpCircle, Mail, Package, Pyramid, Rocket, Users } from 'lucide-svelte';
|
||||
import { GitAltBrand } from 'svelte-awesome-icons';
|
||||
import { GitAltBrand, TelegramBrand } from 'svelte-awesome-icons';
|
||||
|
||||
let iconClass = 'h-5 w-5 md:h-4 md:w-4';
|
||||
|
||||
@@ -49,6 +49,10 @@
|
||||
<GitAltBrand class={iconClass} />
|
||||
Source
|
||||
</a>
|
||||
<a href="https://t.me/nostrocket" class={getClass('_')}>
|
||||
<TelegramBrand class={iconClass} />
|
||||
Telegram Group
|
||||
</a>
|
||||
<a href="{base}/help" class={getClass('help')}>
|
||||
<HelpCircle class={iconClass} />
|
||||
Help
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
import { currentUser } from '@/stores/session';
|
||||
import Login from './Login.svelte';
|
||||
import { NDKPrivateKeySigner, NDKUser } from '@nostr-dev-kit/ndk';
|
||||
import { TelegramBrand } from 'svelte-awesome-icons';
|
||||
|
||||
let email: string = '';
|
||||
let fax: string = '';
|
||||
@@ -122,6 +123,10 @@
|
||||
<Button disabled={emailInValid} on:click={SubmitEmailAndSubscribe}
|
||||
>{emailError ? emailError : "I'm lame, please email me with updates"}</Button
|
||||
>
|
||||
<Separator />
|
||||
<a href="https://t.me/nostrocket" class="flex flex-nowrap">
|
||||
<TelegramBrand class="mr-2" /> Join the Telegram Group
|
||||
</a>
|
||||
</Dialog.Header>
|
||||
</Dialog.Content>
|
||||
</Dialog.Root>
|
||||
|
||||
Reference in New Issue
Block a user