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 src/components/Aboutpage/chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ const Chart: React.FC = () => {
);
};

export { Chart, Community, Courses, Tutorials, Problems, Solutions };
export { Chart, Community, Courses, Tutorials, Problems, Solutions };
2 changes: 1 addition & 1 deletion src/components/Aboutpage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function AboutUsSection() {
<section className="py-16">
<div className="container mx-auto">
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8">

<div>
<motion.div
initial={{ opacity: 0, x: -150 }}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Author/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ const Author: React.FC<AuthorProps> = ({ username }) => {
);
};

export default Author;
export default Author;
2 changes: 1 addition & 1 deletion src/components/CareerPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ const CareerPage: React.FC = () => {
);
};

export default CareerPage;
export default CareerPage;
2 changes: 1 addition & 1 deletion src/components/FAQs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ const FAQs: React.FC = () => {
);
};

export default FAQs;
export default FAQs;
Loading