Skip to content

Commit

Permalink
Fix loading progress on first time page load
Browse files Browse the repository at this point in the history
  • Loading branch information
brokiem committed Jan 19, 2023
1 parent 2beb7f3 commit 9fcc347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/MainView.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div id="mprogress" class="mprogress-hidden" style="height: 2px !important;"></div>
<div id="mprogress" class="mprogress-visible" style="height: 2px !important;"></div>

<div class="flex content-center justify-center">
<div class="mt-10 w-full max-w-5xl text-white">
Expand Down

0 comments on commit 9fcc347

Please sign in to comment.