ui: Use a PNG favicon
This commit is contained in:
parent
ba096c0af1
commit
6aa0f4da95
3 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Reference in a new issue