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> <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"> <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> <div class="flex items-center gap-3">
<h1 class="text-xl font-bold text-gray-900 dark:text-white"> <img src="/icon.png" alt="PrinterCentral" class="w-10 h-10 rounded-lg" />
PrinterCentral <div>
</h1> <h1 class="text-xl font-bold text-gray-900 dark:text-white">
<p class="text-sm text-gray-500 dark:text-gray-400"> PrinterCentral
Control de impresoras Epson ePOS </h1>
</p> <p class="text-sm text-gray-500 dark:text-gray-400">
Control de impresoras Epson ePOS
</p>
</div>
</div> </div>
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">