mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 05:07:51 +00:00
target="_blank" on certificationLink
This commit is contained in:
parent
55517f9dae
commit
4afeb1e375
@ -23,7 +23,11 @@ export function DescriptionContent({ product }: { product: Product }) {
|
||||
}
|
||||
|
||||
const certificationLink = (credType: keyof typeof credentials) => {
|
||||
return <a className='text-underline text-xs' href={`#${getCertificationId(credType)}`}> {credentials[credType].title} certified</a>
|
||||
return <a
|
||||
className='text-underline text-xs'
|
||||
href={`#${getCertificationId(credType)}`}
|
||||
target="_blank"
|
||||
> {credentials[credType].title} certified</a>
|
||||
}
|
||||
|
||||
const commonDetailKeys = Object.keys(itemDetails.common)
|
||||
|
Loading…
x
Reference in New Issue
Block a user