feat: Make footer app name dynamic
- Replace hardcoded 'Frankenbot' in footer with {{ app_name }}
- Footer now reflects custom app name from settings
- Consistent branding across navigation, title, and footer
This commit is contained in:
parent
4f5e3dcd34
commit
d620f496a8
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
Frankenbot · Diversity-Ball Wien 2026 ·
|
{{ app_name or 'Frankenbot' }} · Diversity-Ball Wien 2026 ·
|
||||||
<span style="color:var(--accent);">Agent Orchestration System</span>
|
<span style="color:var(--accent);">Agent Orchestration System</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue