build
This commit is contained in:
parent
198dd27785
commit
fb804d96d6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -5,8 +5,8 @@
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Admin Panel</title>
|
<title>Admin Panel</title>
|
||||||
<script type="module" crossorigin src="/assets/index.d5109ec9.js"></script>
|
<script type="module" crossorigin src="/assets/index.7209a6f1.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/index.7a94c821.css">
|
<link rel="stylesheet" href="/assets/index.518fa116.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
gap: 1rem;
|
||||||
|
|
||||||
&__element {
|
&__element {
|
||||||
min-width: 13.12rem;
|
min-width: 13.12rem;
|
||||||
|
|
|
||||||
|
|
@ -83,8 +83,6 @@ const Posts = () => {
|
||||||
</td>
|
</td>
|
||||||
<td>{parseDate(post.date)[0]}</td>
|
<td>{parseDate(post.date)[0]}</td>
|
||||||
<td>{post.summary}</td>
|
<td>{post.summary}</td>
|
||||||
<td>{parseDate(post.createdAt)[0]}</td>
|
|
||||||
<td>{parseDate(post.updatedAt)[0]}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue