This commit is contained in:
Geriano
2022-07-30 11:09:36 +07:00
parent 5575302e73
commit 5d4d7658d6
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ onUnmounted(() => window.removeEventListener('keydown', esc))
<style src="@vueform/multiselect/themes/default.css"></style>
<template>
<DashboardLayout title="role">
<DashboardLayout title="Role">
<Card class="bg-gray-50 dark:bg-gray-700 dark:text-gray-100">
<template #header>
<div class="flex items-center space-x-2 p-2 bg-gray-200 dark:bg-gray-800">

View File

@@ -128,7 +128,7 @@ onUnmounted(() => window.removeEventListener('keydown', esc))
<style src="@vueform/multiselect/themes/default.css"></style>
<template>
<DashboardLayout title="user">
<DashboardLayout title="User">
<Card class="bg-gray-50 dark:bg-gray-700 dark:text-gray-100">
<template #header>
<div class="flex items-center space-x-2 p-2 bg-gray-200 dark:bg-gray-800">