mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
fix: typos across codebase (#543)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user