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" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Admin Panel</title>
|
||||
<script type="module" crossorigin src="/assets/index.d5109ec9.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.7a94c821.css">
|
||||
<script type="module" crossorigin src="/assets/index.7209a6f1.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.518fa116.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
padding: 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
|
||||
&__element {
|
||||
min-width: 13.12rem;
|
||||
|
|
|
|||
|
|
@ -83,8 +83,6 @@ const Posts = () => {
|
|||
</td>
|
||||
<td>{parseDate(post.date)[0]}</td>
|
||||
<td>{post.summary}</td>
|
||||
<td>{parseDate(post.createdAt)[0]}</td>
|
||||
<td>{parseDate(post.updatedAt)[0]}</td>
|
||||
</tr>
|
||||
</Link>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue