This commit is contained in:
VividTruthKeeper 2022-09-10 16:07:09 +05:00
parent 198dd27785
commit fb804d96d6
6 changed files with 15 additions and 16 deletions

1
dist/assets/index.518fa116.css vendored Normal file

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

4
dist/index.html vendored
View File

@ -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>

View File

@ -19,6 +19,7 @@
padding: 1rem;
display: flex;
flex-direction: column;
gap: 1rem;
&__element {
min-width: 13.12rem;

View File

@ -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>
);