Skip to content

Commit

Permalink
fix: console errors (#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiabrandt committed May 12, 2024
1 parent 1381f37 commit fe9a3ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Submissions/evghenias.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Evghenia Sorocean",
"img": "https://wampi.ru/image/RWTidPH",
"img": "",
"email": "ereveakina@gmail.com",
"links": {
"website": "",
Expand All @@ -13,4 +13,4 @@
"state": "",
"country": "Moldova"
}
}
}
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function App() {
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
fillRule="evenodd"
d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z"
/>
</svg>
Expand Down

0 comments on commit fe9a3ea

Please sign in to comment.