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
@@ -163,9 +163,9 @@ You can configure social links in `SOCIALS` object inside `constants.ts`.
```ts file=src/constants.ts
export const SOCIALS = [
{
name: "Github",
name: "GitHub",
href: "https://github.com/satnaing/astro-paper",
linkTitle: ` ${SITE.title} on Github`,
linkTitle: ` ${SITE.title} on GitHub`,
icon: IconGitHub,
},
{