fix: Agregar logo en header correcto (AppHeader.vue)
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 35s

This commit is contained in:
2025-11-25 15:09:00 -06:00
parent ad461d87e6
commit e78c5f7062

View File

@@ -13,13 +13,16 @@ const varExamples = {
<template>
<header class="flex items-center justify-between p-4 border-b border-gray-200 dark:border-gray-800 bg-white dark:bg-gray-950">
<div>
<h1 class="text-xl font-bold text-gray-900 dark:text-white">
PrinterCentral
</h1>
<p class="text-sm text-gray-500 dark:text-gray-400">
Control de impresoras Epson ePOS
</p>
<div class="flex items-center gap-3">
<img src="/icon.png" alt="PrinterCentral" class="w-10 h-10 rounded-lg" />
<div>
<h1 class="text-xl font-bold text-gray-900 dark:text-white">
PrinterCentral
</h1>
<p class="text-sm text-gray-500 dark:text-gray-400">
Control de impresoras Epson ePOS
</p>
</div>
</div>
<div class="flex items-center gap-2">