summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-10-13 22:35:47 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-10-13 22:35:47 +0200
commit5d019a49ccec2709956729807848afd4529e5cf2 (patch)
treefb2632eb16d0eb322f07643b268352f452ec447a
parent2325d12395e0a7e7f944165e7de4d9e88915b4d6 (diff)
Fix typo for reports
-rw-r--r--pages/admin/reports.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/admin/reports.vue b/pages/admin/reports.vue
index 074360a..c1226e1 100644
--- a/pages/admin/reports.vue
+++ b/pages/admin/reports.vue
@@ -1,6 +1,6 @@
<template lang="pug">
.mx-auto.w-90p.py-6(class="sm:px-6 lg:px-8 md:max-w-7xl")
- h1.text-3xl.font-bold(class="dark:text-white") Models
+ h1.text-3xl.font-bold(class="dark:text-white") Reports
.grid.grid-cols-6.mt-3
div
admin-sidebar