We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccf78b commit eacc034Copy full SHA for eacc034
apps/pyconkr-admin/src/components/layouts/admin_list.tsx
@@ -10,6 +10,7 @@ import {
10
TableCell,
11
TableHead,
12
TableRow,
13
+ Typography,
14
} from "@mui/material";
15
import { ErrorBoundary, Suspense } from "@suspensive/react";
16
import * as React from "react";
@@ -43,6 +44,10 @@ const InnerAdminList: React.FC<AdminListProps> = ErrorBoundary.with(
43
44
45
return (
46
<Stack sx={{ flexGrow: 1, width: "100%", minHeight: "100%" }}>
47
+ <Typography variant="h5">
48
+ {app.toUpperCase()} > {resource.toUpperCase()} > 목록
49
+ </Typography>
50
+ <br />
51
<Box>
52
<Button
53
variant="contained"
0 commit comments