Cleanup codebase

This commit is contained in:
Ariful Alam
2022-07-18 13:12:10 +06:00
parent 66bd370f34
commit dbdabc7b4a
7 changed files with 18 additions and 30 deletions

View File

@@ -72,7 +72,7 @@ const Project = ({ repo, loading, github, googleAnalytics }) => {
console.error(error);
}
typeof window !== 'undefined' && window.open(item.html_url, '_blank');
window?.open(item.html_url, '_blank');
}}
>
<div className="flex justify-between flex-col p-8 h-full w-full">