Skip to content

Commit

Permalink
fix: use correct logo file name
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Nov 3, 2024
1 parent ec153f2 commit 12cc873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/biblivre/core/controllers/SchemaServlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class SchemaServlet extends HttpServlet {
@Value("${biblivre.logo.href:https://biblivre.org.br}")
private String logoHref;

@Value("${biblivre.logo.image.src:/static/images/logo.png}")
@Value("${biblivre.logo.image.src:/static/images/logo_biblivre.png}")
private String logoImageSrc;

@Value("${biblivre.logo.image.alt:Biblivre}")
Expand Down

0 comments on commit 12cc873

Please sign in to comment.