Skip to main content

Linking

import { Link } from 'app/design'

<Link href={`/products/${item.variant.product.handle}`} >
{item.title}
</Link>
import UnderlineLink from 'app/modules/common/components/underline-link'

<UnderlineLink href="/store">Explore products</UnderlineLink>