diff --git a/.codesandbox/workspace.json b/.codesandbox/workspace.json new file mode 100644 index 0000000..7b46a7e --- /dev/null +++ b/.codesandbox/workspace.json @@ -0,0 +1,20 @@ +{ + "responsive-preview": { + "Mobile": [ + 320, + 675 + ], + "Tablet": [ + 1024, + 765 + ], + "Desktop": [ + 1400, + 800 + ], + "Desktop HD": [ + 1920, + 1080 + ] + } +} \ No newline at end of file diff --git a/src/components/header/Logo.js b/src/components/header/Logo.js index 1058593..81cab1f 100644 --- a/src/components/header/Logo.js +++ b/src/components/header/Logo.js @@ -1,11 +1,11 @@ -import React from 'react'; +import React from "react"; -import BrandLogo from 'images/amazon-logo.png'; -import { Link } from 'react-router-dom'; +import BrandLogo from "images/logo.png"; +import { Link } from "react-router-dom"; -import './Logo.scss'; +import "./Logo.scss"; -function Logo({ country = 'in' }) { +function Logo({ country = "" }) { return ( Amazon diff --git a/src/images/amazon-logo.png b/src/images/amazon-logo.png index 86b5d3b..ee68cb7 100644 Binary files a/src/images/amazon-logo.png and b/src/images/amazon-logo.png differ diff --git a/src/images/amazon-logo2.png b/src/images/amazon-logo2.png new file mode 100644 index 0000000..86b5d3b Binary files /dev/null and b/src/images/amazon-logo2.png differ diff --git a/src/images/logo.png b/src/images/logo.png new file mode 100644 index 0000000..82749e2 Binary files /dev/null and b/src/images/logo.png differ