mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-22 12:43:39 +00:00
Fix lint errors for src/components/AboutPage/Github.tsx
This commit is contained in:
parent
14f1f421de
commit
d4c4dd2c40
1 changed files with 9 additions and 9 deletions
|
@ -1,16 +1,16 @@
|
||||||
export default function GithubStats() {
|
export default function GithubStats () {
|
||||||
return <div>
|
return <div>
|
||||||
<h1 className='project-heading font-bold text-2xl ' style={{ paddingBottom: '20px' }}>
|
<h1 className='project-heading font-bold text-2xl ' style={{ paddingBottom: '20px' }}>
|
||||||
Days I <strong className='text-highlight'>Code</strong>
|
Days I <strong className='text-highlight'>Code</strong>
|
||||||
</h1>
|
</h1>
|
||||||
{/* <GitHubCalendar
|
{/* <GitHubCalendar
|
||||||
username={config.github_username}
|
username={config.github_username}
|
||||||
blockSize={15}
|
blockSize={15}
|
||||||
blockMargin={5}
|
blockMargin={5}
|
||||||
color="#c084f5"
|
color="#c084f5"
|
||||||
fontSize={16}
|
fontSize={16}
|
||||||
/> */}
|
/> */}
|
||||||
{/* svg from git, updated every 3 hours */}
|
{/* svg from git, updated every 3 hours */}
|
||||||
<img src='https://raw.githubusercontent.com/NeonGamerBot-QK/NeonGamerBot-QK/output/github-contribution-grid-snake.svg' />
|
<img src='https://raw.githubusercontent.com/NeonGamerBot-QK/NeonGamerBot-QK/output/github-contribution-grid-snake.svg' />
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
Loading…
Reference in a new issue