docs: making top level blog links point to medium directly (#12885)

This commit is contained in:
Shirshanka Das 2025-03-14 17:45:47 -07:00 committed by GitHub
parent 9a9cd384f1
commit e695cf59fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -156,7 +156,7 @@ module.exports = {
label: "Adoption Stories",
},
{
href: "https://blog.datahubproject.io/",
href: "https://medium.com/datahub-project",
label: "Blog",
},
{
@ -247,7 +247,7 @@ module.exports = {
},
{
label: "Blog",
href: "https://blog.datahubproject.io/",
href: "https://medium.com/datahub-project",
},
{
label: "Town Halls",

View File

@ -185,7 +185,7 @@ const SocialMedia = ({}) => {
className={styles.visitPageIcon}
/>
</Link>
<Link className={styles.statItem} to="https://blog.datahubproject.io/">
<Link className={styles.statItem} to="https://medium.com/datahub-project">
<div className={styles.styledIcon}>
<MediumWorkmarkOutlined
width={38}

View File

@ -17,7 +17,7 @@ const learCardDropdownContent = [
{
title: "Blog",
iconImage: "/img/icon-champions.png",
href: "https://blog.datahubproject.io/",
href: "https://medium.com/datahub-project",
},
{
title: "Youtube",