add to about page
This commit is contained in:
@@ -9,7 +9,7 @@ export function Link(props: {className?: string, href: Path, replace?: boolean }
|
||||
const router = useRouter();
|
||||
|
||||
function onClick(event: React.MouseEvent) {
|
||||
event.preventDefault();
|
||||
// event.preventDefault();
|
||||
if(replace) {
|
||||
router.replacePage(props.href);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user