{#snippet link(url: string, icon: string | SimpleIcon, text: string)}

{text}

{/snippet}

{$t('official_immich_resources')}

{@render link( `https://docs.${info.version}.archive.immich.app/overview/introduction`, mdiInformationOutline, $t('documentation'), )} {@render link('https://github.com/immich-app/immich/', mdiGithub, $t('source'))} {@render link('https://discord.immich.app', siDiscord, $t('discord'))} {@render link( 'https://github.com/immich-app/immich/issues/new/choose', mdiBugOutline, $t('bugs_and_feature_requests'), )}
{#if info.thirdPartyBugFeatureUrl || info.thirdPartySourceUrl || info.thirdPartyDocumentationUrl || info.thirdPartySupportUrl}

{$t('third_party_resources')}

{$t('support_third_party_description')}

{#if info.thirdPartyDocumentationUrl} {@render link(info.thirdPartyDocumentationUrl, mdiInformationOutline, $t('documentation'))} {/if} {#if info.thirdPartySourceUrl} {@render link(info.thirdPartySourceUrl, mdiGit, $t('source'))} {/if} {#if info.thirdPartySupportUrl} {@render link(info.thirdPartySupportUrl, mdiFaceAgent, $t('support'))} {/if} {#if info.thirdPartyBugFeatureUrl} {@render link(info.thirdPartyBugFeatureUrl, mdiBugOutline, $t('bugs_and_feature_requests'))} {/if}
{/if}