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 frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"axios": "^1.3.4",
"chart.js": "^4.2.1",
"d3": "^7.8.2",
"framer-motion": "^10.0.1",
"framer-motion": "^10.18.0",
"lucide-react": "^0.323.0",
"monaco-editor": "^0.36.1",
"postcss": "^8.4.21",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/Tutorial/TutorialLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { useState, useEffect } from 'react';
import TutorialStep from './TutorialStep';
import TutorialProgress from './TutorialProgress';
import TutorialQuiz from './TutorialQuiz';
import { getTutorialById } from '../../services/api';

const TutorialLayout = ({ tutorialId }) => {
const [currentTutorial, setCurrentTutorial] = useState(null);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const About = () => {
}
`}
>
<div className="w-20 h-20 rounded-full bg-gradient-to-r from-blue-500 to-purple-600 flex items-center justify-center mx-auto mb-4">
<div className="w-30 h-30 rounded-3xl bg-gradient-to-r from-blue-500 to-purple-600 flex items-center justify-center mx-auto mb-4">
<Users className="h-10 w-10 text-white" />
</div>
<h3 className={`text-xl font-semibold mb-2 ${
Expand Down
Loading
Loading