feat: update system branding and improve user interface consistency
- Changed all instances of "Sistema de Gerenciamento da Secretaria de Esportes" to "Sistema de Gerenciamento de Secretaria" for a more concise branding. - Enhanced the PrintModal component with a user-friendly interface for selecting sections to include in PDF generation. - Improved error handling and user feedback during PDF generation processes. - Updated various components and routes to reflect the new branding, ensuring consistency across the application.
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Cibersecurity SGSE • Wizcard TI</title>
|
||||
<title>Cibersecurity SGSE - Sistema de Gerenciamento de Secretaria • Wizcard TI</title>
|
||||
</svelte:head>
|
||||
|
||||
<section class="space-y-8 p-4 lg:p-8">
|
||||
<header class="flex flex-wrap items-center justify-between gap-4">
|
||||
<div>
|
||||
<p class="text-primary text-sm font-semibold tracking-widest uppercase">
|
||||
Cibersecurity • SGSE
|
||||
Cibersecurity • SGSE - Sistema de Gerenciamento de Secretaria
|
||||
</p>
|
||||
<h1 class="text-base-content text-4xl font-black">Segurança Avançada</h1>
|
||||
<p class="text-base-content/70 max-w-3xl text-sm">
|
||||
|
||||
Reference in New Issue
Block a user