Fix lint errors for src/components/AboutPage/Github.tsx

This commit is contained in:
zeon-neon[bot] 2024-06-18 00:49:04 +00:00 committed by GitHub
parent 14f1f421de
commit d4c4dd2c40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,16 +1,16 @@
export default function GithubStats() {
return <div>
<h1 className='project-heading font-bold text-2xl ' style={{ paddingBottom: '20px' }}>
export default function GithubStats () {
return <div>
<h1 className='project-heading font-bold text-2xl ' style={{ paddingBottom: '20px' }}>
Days I <strong className='text-highlight'>Code</strong>
</h1>
{/* <GitHubCalendar
</h1>
{/* <GitHubCalendar
username={config.github_username}
blockSize={15}
blockMargin={5}
color="#c084f5"
fontSize={16}
/> */}
{/* svg from git, updated every 3 hours */}
<img src='https://raw.githubusercontent.com/NeonGamerBot-QK/NeonGamerBot-QK/output/github-contribution-grid-snake.svg' />
</div>
}
{/* svg from git, updated every 3 hours */}
<img src='https://raw.githubusercontent.com/NeonGamerBot-QK/NeonGamerBot-QK/output/github-contribution-grid-snake.svg' />
</div>
}