Files
hotline-planner/dev/ui-ux/Codex : deepseek (not good)/src/components/header-brand/header-brand.js
2026-02-24 13:32:01 +01:00

11 lines
297 B
JavaScript

export default {
name: 'HeaderBrand',
template: `
<div class="header-brand-root row items-center q-ml-md">
<q-toolbar-title class="header-brand-title text-weight-bold text-subtitle1 text-indigo-10 ellipsis">
Hotline Planner (codex)
</q-toolbar-title>
</div>
`
};