mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): update old discord logo to new one (#16789)
* fix: update discord svg path and add viewbox * fix formatting
This commit is contained in:
parent
75fa305e98
commit
5d86e6d2d3
4 changed files with 12 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
import { t } from 'svelte-i18n';
|
||||
import Icon from '$lib/components/elements/icon.svelte';
|
||||
import { mdiBugOutline, mdiFaceAgent, mdiGit, mdiGithub, mdiInformationOutline } from '@mdi/js';
|
||||
import { discordPath } from '$lib/assets/svg-paths';
|
||||
import { discordPath, discordViewBox } from '$lib/assets/svg-paths';
|
||||
|
||||
interface Props {
|
||||
onClose: () => void;
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<div>
|
||||
<a href="https://discord.immich.app" target="_blank" rel="noreferrer">
|
||||
<Icon path={discordPath} class="inline-block" size="1.5em" />
|
||||
<Icon path={discordPath} viewBox={discordViewBox} class="inline-block" size="1.5em" />
|
||||
<p
|
||||
class="font-medium text-immich-primary dark:text-immich-dark-primary text-sm underline inline-block"
|
||||
id="github-label"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue