mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-19 06:24:20 +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 Separator from '@/components/ui/separator/separator.svelte';
|
||||||
import { currentUser } from '@/stores/session';
|
import { currentUser } from '@/stores/session';
|
||||||
import { GitBranch, HelpCircle, Mail, Package, Pyramid, Rocket, Users } from 'lucide-svelte';
|
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';
|
let iconClass = 'h-5 w-5 md:h-4 md:w-4';
|
||||||
|
|
||||||
@@ -49,6 +49,10 @@
|
|||||||
<GitAltBrand class={iconClass} />
|
<GitAltBrand class={iconClass} />
|
||||||
Source
|
Source
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://t.me/nostrocket" class={getClass('_')}>
|
||||||
|
<TelegramBrand class={iconClass} />
|
||||||
|
Telegram Group
|
||||||
|
</a>
|
||||||
<a href="{base}/help" class={getClass('help')}>
|
<a href="{base}/help" class={getClass('help')}>
|
||||||
<HelpCircle class={iconClass} />
|
<HelpCircle class={iconClass} />
|
||||||
Help
|
Help
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
import { currentUser } from '@/stores/session';
|
import { currentUser } from '@/stores/session';
|
||||||
import Login from './Login.svelte';
|
import Login from './Login.svelte';
|
||||||
import { NDKPrivateKeySigner, NDKUser } from '@nostr-dev-kit/ndk';
|
import { NDKPrivateKeySigner, NDKUser } from '@nostr-dev-kit/ndk';
|
||||||
|
import { TelegramBrand } from 'svelte-awesome-icons';
|
||||||
|
|
||||||
let email: string = '';
|
let email: string = '';
|
||||||
let fax: string = '';
|
let fax: string = '';
|
||||||
@@ -122,6 +123,10 @@
|
|||||||
<Button disabled={emailInValid} on:click={SubmitEmailAndSubscribe}
|
<Button disabled={emailInValid} on:click={SubmitEmailAndSubscribe}
|
||||||
>{emailError ? emailError : "I'm lame, please email me with updates"}</Button
|
>{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.Header>
|
||||||
</Dialog.Content>
|
</Dialog.Content>
|
||||||
</Dialog.Root>
|
</Dialog.Root>
|
||||||
|
|||||||
Reference in New Issue
Block a user