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 aab4508 commit 7d81f65Copy full SHA for 7d81f65
src/components/Header.tsx
@@ -19,6 +19,7 @@ export type HeaderProps = {
19
resumeFile: string,
20
}
21
22
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
23
const Header = ({name, pronouns, currentEducation, currentJob, basedFrom, githubLink, linkedinLink, email, resumeFile}: HeaderProps) => {
24
const isDesktop = useMediaQuery('(min-width: 768px)')
25
const [copied, setCopiedId] = useState<string>();
0 commit comments