diff --git a/src/components/OnboardingNudge.tsx b/src/components/OnboardingNudge.tsx
index 97fb1c330..f2bb862f8 100644
--- a/src/components/OnboardingNudge.tsx
+++ b/src/components/OnboardingNudge.tsx
@@ -37,6 +37,9 @@ export function OnboardingNudge(props: OnboardingNudgeProps) {
return null;
}
+ // @TODO put it back once
is removed
+ return null;
+
return (
{
+ const isHidden = localStorage.getItem(HIDE_STORAGE_KEY) === 'true';
+ if (isHidden) {
+ setIsVisible(false);
+ }
+ }, []);
+
+ if (!isVisible) {
+ return null;
+ }
+
+ return (
+
+ );
+}
diff --git a/src/data/roadmaps/backend/content/mysql@VPxOdjJtKAqmM5V0LR5OC.md b/src/data/roadmaps/backend/content/mysql@VPxOdjJtKAqmM5V0LR5OC.md
index c8204d097..fcf473271 100644
--- a/src/data/roadmaps/backend/content/mysql@VPxOdjJtKAqmM5V0LR5OC.md
+++ b/src/data/roadmaps/backend/content/mysql@VPxOdjJtKAqmM5V0LR5OC.md
@@ -8,5 +8,5 @@ Visit the following resources to learn more:
- [@article@W3Schools - MySQL Tutorial](https://www.w3schools.com/mySQl/default.asp)
- [@article@MySQL for Developers](https://planetscale.com/courses/mysql-for-developers/introduction/course-introduction)
- [@article@MySQL Tutorial](https://www.mysqltutorial.org/)
-- [@video@MySQL Full Course for free](https://www.youtube.com/watch?v=5OdVJbNCSso)
+- [@video@MySQL Complete Course](https://www.youtube.com/watch?v=5OdVJbNCSso)
- [@feed@Explore top posts about MySQL](https://app.daily.dev/tags/mysql?ref=roadmapsh)