Skip to content

Commit

Permalink
Fix user portal favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Sep 17, 2024
1 parent de9a245 commit 32dd285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/realms/templates/user_portal/boilerplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<title>{{ title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="{% static 'favicon.png' %}" rel="icon" type="image/png">
<link href="{% static 'favicon.ico' %}" rel="icon">
<link href="{% static 'dist/user_portal.css' %}" rel="stylesheet">
</head>
<body>
Expand Down

0 comments on commit 32dd285

Please sign in to comment.