fix: typos across codebase (#543)

This commit is contained in:
Viktor Szépe
2025-06-20 12:10:07 +02:00
committed by GitHub
parent bd2f335c3c
commit 9ee01aafa2
8 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ interface Social {
export const SOCIALS: Social[] = [
{
name: "Github",
name: "GitHub",
href: "https://github.com/satnaing/astro-paper",
linkTitle: `${SITE.title} on Github`,
linkTitle: `${SITE.title} on GitHub`,
icon: IconGitHub,
},
{