Update views/DashboardView.php

This commit is contained in:
2025-11-29 16:10:53 -05:00
parent 52d4ac1d60
commit d4fb7ea2ed

View File

@ -14,7 +14,7 @@
</head>
<body data-categories='<?php echo json_encode($categories); ?>' data-types='<?php echo json_encode($types); ?>'>
<div class="dashboard-header">
<h1>Tinker Tickets</h1>
<h1>Tinker Ticket</h1>
<button onclick="window.location.href='<?php echo $GLOBALS['config']['BASE_URL']; ?>/ticket/create'" class="btn create-ticket">New Ticket</button> </div>
<div class="search-container">
<form method="GET" action="" class="search-form">