Hotfix/scroll to top (#73)

* repositioned scroll to top

* theme swtich removed from hamburger
This commit is contained in:
Owen Rees
2023-07-06 08:34:40 +02:00
committed by GitHub
parent 644cc4e4bb
commit 052b90ca6e
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -83,9 +83,6 @@ const HamburgerMenu = ({
{t("contact")} {t("contact")}
</Link> </Link>
</li> </li>
<li className="py-5">
<ThemeSwitcher />
</li>
</ul> </ul>
</div> </div>
); );
+1 -1
View File
@@ -31,7 +31,7 @@ const ScrollToTopButton = () => {
const scrollToTopButtonClass = isLgScreen const scrollToTopButtonClass = isLgScreen
? "absolute bottom-0 right-3 p-10" ? "absolute bottom-0 right-3 p-10"
: "fixed top-20 right-3"; : "fixed bottom-20 right-3 py-10";
return ( return (
<button <button