Point to single source of truth for view name.

This commit is contained in:
James Cole
2024-04-08 07:45:58 +02:00
parent c166b9242e
commit 0e0eeb736f
4 changed files with 4 additions and 5 deletions

View File

@@ -72,8 +72,8 @@
</tr>
<tr>
<td>Layout</td>
<td>{{ config('firefly.layout') }}
{% if 'v2' == config('firefly.layout') %}
<td>{{ config('view.layout') }}
{% if 'v2' == config('view.layout') %}
<!-- .eOxNZAmyGz6CXMyf -->
{% endif %}
</td>