Skip to content

Commit

Permalink
updated favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
shomilj committed Nov 26, 2020
1 parent e8279fc commit fb54e75
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
Binary file modified client/.DS_Store
Binary file not shown.
Binary file added client/public/.DS_Store
Binary file not shown.
Binary file modified client/public/favicon.ico
Binary file not shown.
Binary file modified client/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion client/src/components/home/detailview.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ class DetailView extends React.Component {
className="mx-1 my-2"
style={{ fontSize: "10px", color: "gray" }}
>
{followup.date}
{new Date(followup.date).toLocaleDateString(
"en-US"
)}
</p>
</div>
</Card>
Expand Down

0 comments on commit fb54e75

Please sign in to comment.