mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-01 19:59:44 +00:00
chore: update styles
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Divider } from "@mui/joy";
|
||||
import { Alert, Divider } from "@mui/joy";
|
||||
import PreferenceSection from "@/components/setting/PreferenceSection";
|
||||
import AccessTokenSection from "../components/setting/AccessTokenSection";
|
||||
import AccountSection from "../components/setting/AccountSection";
|
||||
@ -18,6 +18,9 @@ const Setting: React.FC = () => {
|
||||
{isAdmin && (
|
||||
<>
|
||||
<Divider />
|
||||
<Alert variant="soft" color="warning">
|
||||
You can see the settings items below because you are an Admin.
|
||||
</Alert>
|
||||
<MemberSection />
|
||||
<WorkspaceSection />
|
||||
</>
|
||||
|
Reference in New Issue
Block a user