Skip to content

Commit 3d10de6

Browse files
authored
Revert "Fix redirection issue - fixes #116"
1 parent 39bace9 commit 3d10de6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dotenv": "^16.5.0",
3939
"embla-carousel-autoplay": "^8.6.0",
4040
"embla-carousel-react": "^8.6.0",
41-
"firebase": "^11.10.0",
41+
"firebase": "^9.22.2",
4242
"firebaseui": "6.1.0",
4343
"framer-motion": "^12.7.5",
4444
"lucide-react": "^0.503.0",

src/theme/Footer/index.tsx

Lines changed: 2 additions & 2 deletions
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="/get-started/"
98+
to="/courses/"
9999
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
100100
>
101101
Tutorials
@@ -215,7 +215,7 @@ const Footer: React.FC = () => {
215215
</li>
216216
<li>
217217
<Link
218-
to="https://github.com/recodehive/recode-website/issues"
218+
to="#"
219219
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
220220
>
221221
Feature Request

0 commit comments

Comments
 (0)