Skip to content

Commit

Permalink
fix: fixed env example and fixed error page to be properly centered
Browse files Browse the repository at this point in the history
  • Loading branch information
Wamy-Dev committed Aug 13, 2023
1 parent db5d8c8 commit 5c07943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# apps/web
BEATFORGE_API_URL=
BEATFORG_GITHUB_CALLBACK_URL=
BEATFORGE_GITHUB_CALLBACK_URL=
2 changes: 1 addition & 1 deletion apps/web/src/routes/+error.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="flex justify-center align-middle h-screen">
<div class="w-full h-full flex flex-col items-center px-4">
<h1 class="text-3xl text-white mt-20">There was an error, lmao</h1>
</div>

0 comments on commit 5c07943

Please sign in to comment.