Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dotenv": "^16.5.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"firebase": "^11.10.0",
"firebase": "^9.22.2",
"firebaseui": "6.1.0",
"framer-motion": "^12.7.5",
"lucide-react": "^0.503.0",
Expand Down
4 changes: 2 additions & 2 deletions src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Footer: React.FC = () => {
<ul className="list-none pl-0">
<li>
<Link
to="/get-started/"
to="/courses/"
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
>
Tutorials
Expand Down Expand Up @@ -215,7 +215,7 @@ const Footer: React.FC = () => {
</li>
<li>
<Link
to="https://github.com/recodehive/recode-website/issues"
to="#"
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
>
Feature Request
Expand Down
Loading