Skip to content
Closed
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/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const HeaderContent = () => {
style={{ flex: 1 }}
>
<Link
to="/get-started/"
href="https://www.recodehive.com/docs/"
className="chh__header-content__input--button"
>
Get Started
Expand Down
14 changes: 7 additions & 7 deletions src/pages/courses/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ const partnerLogos = [
];

const projects = [
"https://dummyimage.com/200x120/222/fff&text=Project+1",
"https://dummyimage.com/200x120/333/fff&text=Project+2",
"https://dummyimage.com/200x120/444/fff&text=Project+3",
"https://dummyimage.com/200x120/555/fff&text=Project+4",
"https://dummyimage.com/200x120/555/fff&text=Project+5",
"https://dummyimage.com/200x120/555/fff&text=Project+6",
"https://dummyimage.com/200x120/555/fff&text=Project+7",
"/img/blogs/machine-learning-project.png",
"/img/blogs/opesource-project.png",
"/img/blogs/Scrape-ml-project.png",
"/img/blogs/Stackoverflow-analysis.png",
"/img/blogs/awesome-project.png",
"/img/blogs/machine-learning-project.png",
"/img/blogs/opesource-project.png",
];

const testimonials = [
Expand Down
Loading
Loading