mess around with footer + misc adjustments on event header and venue item
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
"use client";
|
||||
import { useInView } from "react-intersection-observer";
|
||||
import Icon from "../general/Icon";
|
||||
|
||||
export const ToTop = () => {
|
||||
const scrollToTop = () => {
|
||||
@ -8,5 +9,8 @@ export const ToTop = () => {
|
||||
behavior: "smooth",
|
||||
});
|
||||
};
|
||||
return <button onClick={scrollToTop}>Til toppen</button>;
|
||||
return <button onClick={scrollToTop}>
|
||||
Til toppen
|
||||
<Icon type="arrowUp" />
|
||||
</button>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user