Skip to content

Commit 216d0f6

Browse files
committed
Merge branch 'dev-3' of https://github.com/CodeHarborHub/codeharborhub into dev-3
2 parents 0d6b9a5 + f756d30 commit 216d0f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Roadmap/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ const Roadmap: React.FC = () => {
320320
{category.technologies.map((tech) => (
321321
<li key={tech.id} className="roadmap-card">
322322
<a href={tech.link} onClick= {(e) => {
323-
e.preventDefault();
323+
e.preventDefault();
324324
handleButtonClick(tech.link); }}
325325
className="roadmap-link">
326326
{tech.name}

src/pages/code-of-conduct/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ const CodeOfConduct = () => (
141141
</Layout>
142142
);
143143

144-
export default CodeOfConduct;
144+
export default CodeOfConduct;

0 commit comments

Comments
 (0)