diff --git a/code/frontend/public/assets/icons/GitHub_Logo.png b/code/frontend/public/assets/icons/GitHub_Logo.png new file mode 100644 index 0000000..e03d8dd Binary files /dev/null and b/code/frontend/public/assets/icons/GitHub_Logo.png differ diff --git a/code/frontend/public/assets/icons/GitHub_Logo_White.png b/code/frontend/public/assets/icons/GitHub_Logo_White.png new file mode 100644 index 0000000..c61ab9d Binary files /dev/null and b/code/frontend/public/assets/icons/GitHub_Logo_White.png differ diff --git a/code/frontend/public/assets/icons/github-mark-white.svg b/code/frontend/public/assets/icons/github-mark-white.svg new file mode 100644 index 0000000..d5e6491 --- /dev/null +++ b/code/frontend/public/assets/icons/github-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/code/frontend/public/assets/icons/github-mark.svg b/code/frontend/public/assets/icons/github-mark.svg new file mode 100644 index 0000000..37fa923 --- /dev/null +++ b/code/frontend/public/assets/icons/github-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/code/frontend/public/assets/icons/github.svg b/code/frontend/public/assets/icons/github.svg deleted file mode 100644 index 8903d0e..0000000 --- a/code/frontend/public/assets/icons/github.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/code/frontend/src/Footer.css b/code/frontend/src/Footer.css index fb11afb..c0f930e 100644 --- a/code/frontend/src/Footer.css +++ b/code/frontend/src/Footer.css @@ -29,11 +29,7 @@ font-weight: 500; text-decoration: none; } -.footer-link.github img { - width: 20px; - height: 20px; - transform: scale(1.9); -} + .footer-link.feather img { width: 20px; height: 20px; @@ -42,8 +38,8 @@ .footer-link img { - width: 20px; - height: 20px; + + height: 22px; object-fit:unset; vertical-align: middle; } diff --git a/code/frontend/src/Footer.tsx b/code/frontend/src/Footer.tsx index bcacb80..7b714a5 100644 --- a/code/frontend/src/Footer.tsx +++ b/code/frontend/src/Footer.tsx @@ -10,8 +10,9 @@ function Footer() { Feather Feed - GitHub icon - GitHub + GitHub mark + + GitHub logo