diff --git a/frontend/index.html b/frontend/index.html
index a1abd4c..5254fa1 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -3,7 +3,7 @@
-
+
@@ -20,7 +20,7 @@
- SIBU - Sistema de Transporte
+ SIB - Sistema de Transporte
diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts
index d09f758..159d4c5 100644
--- a/frontend/vite.config.ts
+++ b/frontend/vite.config.ts
@@ -22,8 +22,8 @@ export default defineConfig(() => {
registerType: 'autoUpdate',
includeAssets: ['icon-192.png', 'icon-512.png', 'icon-1024.png', 'favicon.ico'],
manifest: {
- name: 'SIBU - Sistema de Transporte',
- short_name: 'SIBU',
+ name: 'SIB - Sistema de Transporte',
+ short_name: 'SIB',
description: 'Sistema de Transporte Público',
theme_color: '#fee715',
background_color: '#ffffff',