We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d3be2 commit da35803Copy full SHA for da35803
package.json
@@ -36,7 +36,7 @@
36
"dotenv": "^16.5.0",
37
"embla-carousel-autoplay": "^8.6.0",
38
"embla-carousel-react": "^8.6.0",
39
- "firebase": "^9.22.2",
+ "firebase": "^11.10.0",
40
"firebaseui": "6.1.0",
41
"framer-motion": "^12.7.5",
42
"lucide-react": "^0.503.0",
src/theme/Footer/index.tsx
@@ -95,7 +95,7 @@ const Footer: React.FC = () => {
95
<ul className="list-none pl-0">
96
<li>
97
<Link
98
- to="/courses/"
+ to="/get-started/"
99
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
100
>
101
Tutorials
0 commit comments