Skip to content

Commit

Permalink
fix: corrected path to favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Aug 22, 2024
1 parent 6793118 commit a66b90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/assets/templates/setup/update.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="application-name" content="phpMyFAQ {{ newVersion }}">
<meta name="copyright" content="(c) 2001-{{ currentYear }} phpMyFAQ Team">
<link rel="stylesheet" href="../assets/dist/styles.css">
<link rel="shortcut icon" href="../assets/themes/default/img/favicon.ico">
<link rel="shortcut icon" href="../assets/images/favicon.ico">
</head>
<body>

Expand Down

0 comments on commit a66b90b

Please sign in to comment.