瀏覽代碼

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>