fix(header): update GitHub star count display

- Adjust GitHub star count from '48.4k+' to '48k+'
- Remove trailing whitespace in header component file
This commit is contained in:
Dipanshu Rawat 2026-04-25 10:27:22 +05:30
parent 5e6d5da8bd
commit 4369efdc3a
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ export function Header() {
<Link href={SOCIAL_LINKS.github}> <Link href={SOCIAL_LINKS.github}>
<Button className="bg-background text-sm" variant="outline"> <Button className="bg-background text-sm" variant="outline">
<HugeiconsIcon icon={GithubIcon} className="size-4" /> <HugeiconsIcon icon={GithubIcon} className="size-4" />
48.4k+ 48k+
</Button> </Button>
</Link> </Link>
<Link href="/projects"> <Link href="/projects">
@ -195,4 +195,4 @@ export function Header() {
</div> </div>
</header> </header>
); );
} }