Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Jun 22, 2024
1 parent 390e1ca commit 1aed300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div>
{#await ofetch(`${import.meta.env.VITE_API_ENDPOINT}/emails/${$username}@${emailDomain}`)}
<div
class="light-bg dark:bg-surface-500 flex items-center justify-center rounded-md p-6 shadow-sm"
class="light-bg flex items-center justify-center rounded-md p-6 shadow-sm dark:bg-surface-500"
>
<p class="text-lg font-semibold">One sec...</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { defineConfig } from 'vite';

export default defineConfig({
plugins: [sveltekit()],
envDir: "../"
envDir: '../'
});

0 comments on commit 1aed300

Please sign in to comment.