|
|
@@ -73,7 +73,7 @@ watch(
|
|
|
<div
|
|
|
v-if="show"
|
|
|
:class="[
|
|
|
- 'ml-10px text-16px font-700',
|
|
|
+ 'ml-10px text-14px font-700',
|
|
|
{
|
|
|
'text-[var(--logo-title-text-color)]': layout === 'classic',
|
|
|
'text-[var(--top-header-text-color)]':
|
|
|
@@ -81,7 +81,8 @@ watch(
|
|
|
}
|
|
|
]"
|
|
|
>
|
|
|
- {{ title }}
|
|
|
+ <div>Tabemate Pro</div>
|
|
|
+ <div>オーダーシステム</div>
|
|
|
</div>
|
|
|
</router-link>
|
|
|
</div>
|