Skip to content

Commit

Permalink
Merge pull request #38 from FelipeBarrosCode/main
Browse files Browse the repository at this point in the history
Home page feature added 80%
  • Loading branch information
rishit-singh authored Apr 7, 2024
2 parents 36746af + 8917fb8 commit 441eef1
Show file tree
Hide file tree
Showing 26 changed files with 1,912 additions and 170 deletions.
13 changes: 13 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": [
"development"
],
"hints": {
"axe/name-role-value": [
"default",
{
"button-name": "off"
}
]
}
}
Empty file removed frontend/.env
Empty file.
1 change: 1 addition & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ yarn-error.log*

# local env files
.env*.local
.env

# vercel
.vercel
Expand Down
Loading

0 comments on commit 441eef1

Please sign in to comment.