Added new modules and updated existing logic
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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>
|
||||
`
|
||||
};
|
||||
Reference in New Issue
Block a user