Переглянути джерело

tapir domination incoming

Matthew Trejo 3 місяців тому
батько
коміт
7272d8cf30
1 змінених файлів з 2 додано та 0 видалено
  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>