AT
Size: a a a
AT
$
V🦖
V🦖
V🦖
V🦖
PD
const LinkWithAnchor = ({ text, anchor }) => {
const router = useRouter();
const {
basePath,
locale,
} = router;
const handleClick = (event) => {
event.preventDefault();
const href = `${basePath}/${locale}/welcome-ext-installed#${anchor}`;
router.push(
{
pathname: href,
}, href,
{ shallow: true },
);
};
return (
<h4>
<StyledLink onClick={handleClick}>
{text}
</StyledLink>
</h4>
);
};
OJ
V🦖
PD
<img
alt=""
src="urlImage"
/>
OH
V🦖
V🦖
OH
OH
X
X
NM