Skip to content

Commit

Permalink
fix minor
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaric committed Dec 1, 2024
1 parent a958546 commit e2b6723
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2,725 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ pnpm-debug.log*
# ignore Jampack cache files
.jampack/

.obsidian/

# yarn
.yarn/*
!.yarn/patches
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const SOCIALS: SocialObjects = [
name: "Twitter",
href: "https://twitter.com/adithyaric",
linkTitle: `${SITE.title} on Twitter`,
active: true,
active: false,
},
{
name: "Twitch",
Expand Down
Loading

0 comments on commit e2b6723

Please sign in to comment.