Skip to content

Commit

Permalink
Update "Resources" Navbar Links (#639)
Browse files Browse the repository at this point in the history
* update links

* add ending slashes to urls
  • Loading branch information
aeluce authored Jan 17, 2025
1 parent 883970e commit 99383cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/HeaderNavbar/Resources/items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ const iconSize = 16;
export const read = [
{
name: 'Blog',
to: '/blog/data-engineering',
to: '/blog/',
Image: () => <StaticImage src="../../../svgs/blog.svg" alt="Blog" />,
},
{
name: 'Company Updates',
to: '/company-updates',
to: '/company-updates/',
Image: () => (
<StaticImage src="../../../svgs/blog.svg" alt="Company Updates" />
),
Expand All @@ -25,7 +25,7 @@ export const read = [
},
{
name: 'About us',
to: '/about',
to: '/about/',
Image: () => (
<StaticImage src="../../../svgs/estuary-icon.svg" alt="About us" />
),
Expand All @@ -47,7 +47,7 @@ export const read = [
export const listen = [
{
name: 'Podcasts',
to: '/podcasts',
to: '/podcasts/',
Image: () => (
<StaticImage src="../../../svgs/microphone.svg" alt="Podcasts" />
),
Expand All @@ -61,7 +61,7 @@ export const listen = [
},
{
name: 'YouTube',
to: 'https://www.youtube.com/watch?v=Ys5BoNqKljc',
to: 'https://www.youtube.com/@estuarydev',
Image: () => (
<StaticImage src="../../../svgs/youtube.svg" alt="Youtube" />
),
Expand Down

0 comments on commit 99383cc

Please sign in to comment.