Skip to content

Commit

Permalink
Merge pull request #5990 from sudhanshutech/fix/path
Browse files Browse the repository at this point in the history
fix url path for whiteboard
  • Loading branch information
sudhanshutech authored Oct 8, 2024
2 parents 9114108 + f2fbb29 commit 5526ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Home/FeaturesContainer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const FeaturesContainer = () => {
title: "Be on the same page, literally",
show_custom_cursor: true,
animationOne: false,
redirectLink: "/whiteboard",
redirectLink: "/solutions/cloud-native-deployments-by-diagram",
desc: "Crafting cloud-native symphonies: Our engineering diagramming tool is your conductor's baton, turning Kubernetes infrastructure into a canvas for freestyle orchestration.",
imgLink: isDark ? WhiteboardingImage : WhiteboardingImageLight,
cursor: true,
Expand Down

0 comments on commit 5526ac0

Please sign in to comment.