Skip to content

Commit

Permalink
fix: add favicon to login theme (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance authored Dec 16, 2024
1 parent 8654954 commit 13ff6cf
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 1 deletion.
63 changes: 63 additions & 0 deletions src/theme/login/resources/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/theme/login/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>
${msg("loginTitle",(realm.displayName!''))}
</title>
<link rel="icon" href="${url.resourcesPath}/img/favicon.ico" />
<link rel="icon" href="${url.resourcesPath}/img/favicon.svg" />
<#if properties.styles?has_content>
<#list properties.styles?split(' ') as style>
<link href="${url.resourcesPath}/${style}" rel="stylesheet" />
Expand Down

0 comments on commit 13ff6cf

Please sign in to comment.