fix: use link component for all types of links to add proper styling to set text decoration none when external
This commit is contained in:
@@ -12,10 +12,3 @@ export interface ContentCardProps {
|
||||
promoText?: string
|
||||
className?: string
|
||||
}
|
||||
|
||||
export interface ContentCardLinkProps {
|
||||
href: string
|
||||
openInNewTab?: boolean
|
||||
isExternal?: boolean
|
||||
children: React.ReactNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user