Skip to content

Commit 5e3046a

Browse files
committed
style: remove unnecessary whitespace in table and user display components
1 parent e385309 commit 5e3046a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/admin/post-query/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,17 +229,17 @@ export default function Page() {
229229
>
230230
<td className="py-4 text-sm font-medium text-gray-900 text-center w-3/12">
231231
<span className="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
232-
{r._id}{" "}
232+
{r._id}
233233
</span>
234234
</td>
235235
<td className="py-4 text-sm text-gray-900 text-center w-6/12 truncate">
236-
{r.title}{" "}
236+
{r.title}
237237
</td>
238238
<td className="py-4 text-sm text-gray-900 text-center w-1/12">
239239
{r.userName}{" "}
240240
</td>
241241
<td className="py-4 text-sm text-gray-500 text-center w-2/12">
242-
{formatDateTime(r.createdAt)}{" "}
242+
{formatDateTime(r.createdAt)}
243243
</td>
244244
</tr>
245245
);
@@ -363,7 +363,7 @@ export default function Page() {
363363
clipRule="evenodd"
364364
/>
365365
</svg>
366-
<span className="font-medium">{r.userName}</span>
366+
<span className="font-medium">{r.userName}{" "}</span>
367367
</div>
368368
<div className="flex items-center">
369369
<svg

0 commit comments

Comments
 (0)