Skip to content

Commit

Permalink
Allow custom logo for error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
krazzer committed Aug 5, 2024
1 parent d44f22b commit b6a9415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/frontend/message.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{ customCss ? css(customCss) }}
</head>
<body class="message">
<img src="/images/logo.png" alt="" />
<img src="{{ config('cms.errorLogo') ?: '/images/logo.png' }}" alt="" />

<h1>{{ title }}</h1>
<div class="text">{{ description }}</div>
Expand Down

0 comments on commit b6a9415

Please sign in to comment.