From 99383ccf9152f31e4c7204a0114c3a68a5b3dc00 Mon Sep 17 00:00:00 2001
From: aeluce <94854740+aeluce@users.noreply.github.com>
Date: Fri, 17 Jan 2025 10:13:41 -0600
Subject: [PATCH] Update "Resources" Navbar Links (#639)
* update links
* add ending slashes to urls
---
src/components/HeaderNavbar/Resources/items.tsx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/HeaderNavbar/Resources/items.tsx b/src/components/HeaderNavbar/Resources/items.tsx
index b3d6d19e..f64dbcde 100644
--- a/src/components/HeaderNavbar/Resources/items.tsx
+++ b/src/components/HeaderNavbar/Resources/items.tsx
@@ -8,12 +8,12 @@ const iconSize = 16;
export const read = [
{
name: 'Blog',
- to: '/blog/data-engineering',
+ to: '/blog/',
Image: () => ,
},
{
name: 'Company Updates',
- to: '/company-updates',
+ to: '/company-updates/',
Image: () => (
),
@@ -25,7 +25,7 @@ export const read = [
},
{
name: 'About us',
- to: '/about',
+ to: '/about/',
Image: () => (
),
@@ -47,7 +47,7 @@ export const read = [
export const listen = [
{
name: 'Podcasts',
- to: '/podcasts',
+ to: '/podcasts/',
Image: () => (
),
@@ -61,7 +61,7 @@ export const listen = [
},
{
name: 'YouTube',
- to: 'https://www.youtube.com/watch?v=Ys5BoNqKljc',
+ to: 'https://www.youtube.com/@estuarydev',
Image: () => (
),