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.
1 parent bae8699 commit 83c5c3aCopy full SHA for 83c5c3a
1 file changed
src/Page/OpportunitiesHub/Certifications.jsx
@@ -2,7 +2,7 @@ import React, { useState } from 'react';
2
import { ArrowLeft } from 'lucide-react';
3
import styled from 'styled-components';
4
import Marquee from 'react-fast-marquee';
5
-import CertficationList from './CertficationList.jsx';
+import CertficationList from './CertificationList.jsx';
6
7
const Navbar = () => {
8
const [isModalOpen, setIsModalOpen] = useState(false);
0 commit comments