Преглед на файлове

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>