ui: Use a PNG favicon

This commit is contained in:
nemunaire 2022-06-07 12:40:31 +02:00
commit 6aa0f4da95
3 changed files with 3 additions and 1 deletions

View file

@ -148,6 +148,9 @@
{#if $challengeInfo}
<title>{$challengeInfo.title}</title>
<meta name="author" content="{$challengeInfo.authors}">
{#if $challengeInfo.main_logo.length}
<link rel="icon" href="{$challengeInfo.main_logo[0].replace('$FILES$', '/files/')}">
{/if}
{/if}
</svelte:head>