feat: add link back to quotation main page on click icon
This commit is contained in:
parent
7cbb514621
commit
786a68d3f8
1 changed files with 3 additions and 1 deletions
|
|
@ -1024,7 +1024,9 @@ const view = ref<View>(View.Quotation);
|
||||||
|
|
||||||
<header class="row q-px-md q-py-sm items-center full justify-between">
|
<header class="row q-px-md q-py-sm items-center full justify-between">
|
||||||
<div stylviewe="flex: 1" class="row items-center">
|
<div stylviewe="flex: 1" class="row items-center">
|
||||||
<q-img src="/icons/favicon-512x512.png" width="3rem" />
|
<a href="/quotation">
|
||||||
|
<q-img src="/icons/favicon-512x512.png" width="3rem" />
|
||||||
|
</a>
|
||||||
<span class="column text-h6 text-bold q-ml-md">
|
<span class="column text-h6 text-bold q-ml-md">
|
||||||
{{ $t('quotation.title') }}
|
{{ $t('quotation.title') }}
|
||||||
<span class="text-caption text-regular app-text-muted">
|
<span class="text-caption text-regular app-text-muted">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue