Skip to content

Commit

Permalink
PROGRESS, before storybook: Adding index to sign and puting a Favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarDavidMorenR committed May 16, 2022
1 parent d6bc61a commit a412916
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand Down
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
top: 55px;
font-weight: bold;
color: #183152;
z-index: 2;
}

.link_socials{
Expand Down

0 comments on commit a412916

Please sign in to comment.