Skip to content

Commit

Permalink
Merge pull request digitomize#1019 from RohittCodes/fix-728
Browse files Browse the repository at this point in the history
fix: loading page button
  • Loading branch information
pranshugupta54 authored Jun 7, 2024
2 parents 350b13c + 1722987 commit 82a9667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/globals/LoadingScreen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function LoadingScreen({ logout = true }) {
{/* <Skeleton variant="text" sx={{ fontSize: "1rem", bgcolor: "grey.600", width: "30%" }} />
<Skeleton variant="text" sx={{ fontSize: "3rem", bgcolor: "grey.600" }} />
<Skeleton variant="text" sx={{ fontSize: "1rem", bgcolor: "grey.600", width: "30%" }} /> */}
<div className="mockup-code w-2/4 mx-auto">
<div className="mockup-code w-2/4">
<pre data-prefix="$">
<code className="text-white">import</code>{" "}
<code className="text-red">"{window.location.pathname}"</code>
Expand All @@ -45,7 +45,7 @@ export default function LoadingScreen({ logout = true }) {
<code></code>
</pre>
</div>
<div className="buttons my-3 flex gap-3 mx-auto max-phone:flex-col phone:flex-row items-center">
<div className="buttons my-3 flex flex-wrap justify-center gap-3 mx-auto max-phone:flex-col phone:flex-row items-center">
<button
className="btn lowercase"
disabled={isRefreshBtnDisabled}
Expand Down

0 comments on commit 82a9667

Please sign in to comment.