We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d6b9a5 + f756d30 commit 216d0f6Copy full SHA for 216d0f6
src/components/Roadmap/index.tsx
@@ -320,7 +320,7 @@ const Roadmap: React.FC = () => {
320
{category.technologies.map((tech) => (
321
<li key={tech.id} className="roadmap-card">
322
<a href={tech.link} onClick= {(e) => {
323
- e.preventDefault();
+ e.preventDefault();
324
handleButtonClick(tech.link); }}
325
className="roadmap-link">
326
{tech.name}
src/pages/code-of-conduct/index.tsx
@@ -141,4 +141,4 @@ const CodeOfConduct = () => (
141
</Layout>
142
);
143
144
-export default CodeOfConduct;
+export default CodeOfConduct;
0 commit comments