fix teacher and parent pages text font
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Successful in 1m18s

This commit is contained in:
root
2026-08-26 21:43:37 -04:00
parent 9676261d65
commit 7b86cf5218
25 changed files with 66 additions and 34 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
<link rel="stylesheet" href="<?= base_url('assets/css/custom.css') ?>">
</head>
<body>
<?php $role = strtolower((string) (session()->get('role') ?? '')); ?>
<body data-app-role="<?= esc($role) ?>">
<!-- Navbar -->
<?php include(__DIR__ . '/../partials/navbar.php'); ?>
<?php