mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +00:00
* fix(#15924): 'Learn More' links on my-data page have 2 URLS combined as one * address comments
This commit is contained in:
parent
85b6983eee
commit
2ee0d6f847
@ -101,13 +101,13 @@ function FollowingWidget({
|
||||
<Typography.Paragraph>
|
||||
{t('message.not-followed-anything')}
|
||||
</Typography.Paragraph>
|
||||
<Link
|
||||
<a
|
||||
className="link-title"
|
||||
href={FOLLOW_DATA_ASSET}
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
to={FOLLOW_DATA_ASSET}>
|
||||
target="_blank">
|
||||
{t('label.learn-more')}
|
||||
</Link>
|
||||
</a>
|
||||
</ErrorPlaceHolder>
|
||||
</div>
|
||||
}
|
||||
|
@ -115,13 +115,13 @@ const RecentlyViewed = ({
|
||||
<Typography.Paragraph>
|
||||
{t('message.no-recently-viewed-date')}
|
||||
</Typography.Paragraph>
|
||||
<Link
|
||||
<a
|
||||
className="link-title"
|
||||
href={RECENTLY_VIEWED}
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
to={RECENTLY_VIEWED}>
|
||||
target="_blank">
|
||||
{t('label.learn-more')}
|
||||
</Link>
|
||||
</a>
|
||||
</ErrorPlaceHolder>
|
||||
</div>
|
||||
) : (
|
||||
|
Loading…
x
Reference in New Issue
Block a user