Skip to content

Commit

Permalink
Merge pull request #6 from DerSarco/5-sign-not-found-in-the-dictionar…
Browse files Browse the repository at this point in the history
…y-of-signs-scorpion-sing

Typo scorpio was fixed
  • Loading branch information
DerSarco authored Aug 31, 2023
2 parents 02af06d + 4b604ea commit 560413a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.vercel
.vscode
.DS_Store

*.pyc
#idea
Expand Down
2 changes: 1 addition & 1 deletion app/utils/signs.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scorpio":{
"icon":"{path}/zodiac-8.png",
"id":8,
"name":"Scorpion"
"name":"Scorpio"
},
"sagittarius":{
"icon":"{path}/zodiac-9.png",
Expand Down
Binary file removed static/.DS_Store
Binary file not shown.

1 comment on commit 560413a

@vercel
Copy link

@vercel vercel bot commented on 560413a Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

newastro – ./

newastro-elsarco.vercel.app
newastro-git-main-elsarco.vercel.app
newastro.vercel.app

Please sign in to comment.