Skip to content

Commit 10c7d20

Browse files
Adjust class formatting and remove semicolons in worker-configuration.d.ts
Co-authored-by: me <[email protected]>
1 parent e6109c6 commit 10c7d20

File tree

8 files changed

+7618
-6377
lines changed

8 files changed

+7618
-6377
lines changed

epicshop/epic-me/app/routes/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
189189

190190
{user.entries.length > 0 ? (
191191
<div className="space-y-3">
192-
<h4 className="text-sm font-medium uppercase tracking-wide text-gray-600 dark:text-gray-400">
192+
<h4 className="text-sm font-medium tracking-wide text-gray-600 uppercase dark:text-gray-400">
193193
Entries ({user.entries.length})
194194
</h4>
195195
<div className="grid gap-3">
@@ -270,7 +270,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
270270

271271
{user.tags.length > 0 && (
272272
<div className="mt-6">
273-
<h4 className="mb-3 text-sm font-medium uppercase tracking-wide text-gray-600 dark:text-gray-400">
273+
<h4 className="mb-3 text-sm font-medium tracking-wide text-gray-600 uppercase dark:text-gray-400">
274274
Tags ({user.tags.length})
275275
</h4>
276276
<div className="grid gap-2">

0 commit comments

Comments
 (0)