Skip to content

Commit

Permalink
Friendship code error
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinta0 committed Aug 18, 2024
1 parent 7ee72e7 commit eb8c294
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/GlyphGenerator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ const GlyphGenerator = () => {
code = code.slice(0, 9) + '-' + code.slice(9);
}

code = code.slice(0, 14);
code = code.slice(0, 15);

setFriendshipCode(code);

Expand Down
24 changes: 23 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-google-recaptcha-v3": "^1.10.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
Expand Down

0 comments on commit eb8c294

Please sign in to comment.