Skip to content

Commit da35803

Browse files
committed
Fix redirection issue
1 parent 27d3be2 commit da35803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dotenv": "^16.5.0",
3737
"embla-carousel-autoplay": "^8.6.0",
3838
"embla-carousel-react": "^8.6.0",
39-
"firebase": "^9.22.2",
39+
"firebase": "^11.10.0",
4040
"firebaseui": "6.1.0",
4141
"framer-motion": "^12.7.5",
4242
"lucide-react": "^0.503.0",

src/theme/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const Footer: React.FC = () => {
9595
<ul className="list-none pl-0">
9696
<li>
9797
<Link
98-
to="/courses/"
98+
to="/get-started/"
9999
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
100100
>
101101
Tutorials

0 commit comments

Comments
 (0)