Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HYP3R00T committed Aug 7, 2024
1 parent 6261541 commit 1e3b4af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "celestialdocs",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"description": "Documentation template using AstroJS and Shadcn",
"author": "Hyperoot <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/components/core/BacktoTop.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ChevronUpIcon } from "lucide-react";
---

<div
class="transition-opacity duration-300 sticky bottom-8 flex justify-center py-4"
class="transition-opacity duration-300 sticky bottom-8 flex justify-center py-4 opacity-0"
>
<div onclick="scrollToTop()" id="back-to-top" class="w-fit">
<Button variant="secondary" className="gap-2" size="icon">
Expand Down

0 comments on commit 1e3b4af

Please sign in to comment.