Sfoglia il codice sorgente

tapir domination incoming

Matthew Trejo 3 mesi fa
parent
commit
7272d8cf30
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/components/layout/sidebar.tsx

+ 2 - 0
src/components/layout/sidebar.tsx

@@ -87,7 +87,9 @@ function SidebarContent({ className }: SidebarProps) {
         <div className="flex items-center gap-2">
           <GraduationCap className="h-8 w-8 text-red-600" />
           <div>
+            <p className="text-xs text-gray-400 opacity-50">TAPIR</p>
             <h1 className="text-xl font-bold text-gray-900">UCSG</h1>
+            
             <p className="text-sm text-gray-500">Sistema de Asistencia</p>
           </div>
         </div>