Skip to content

Commit f756d30

Browse files
authored
Merge pull request #4439 from CodeHarborHub/restyled/dev-3
Restyle debug code
2 parents 2557264 + 59b6bc4 commit f756d30

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)