diff --git a/PawPanion/client/package-lock.json b/PawPanion/client/package-lock.json index 30622f5..d6282a8 100644 --- a/PawPanion/client/package-lock.json +++ b/PawPanion/client/package-lock.json @@ -31230,4 +31230,4 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" } } -} +} \ No newline at end of file diff --git a/PawPanion/client/package.json b/PawPanion/client/package.json index 53c0b50..dac809d 100644 --- a/PawPanion/client/package.json +++ b/PawPanion/client/package.json @@ -44,4 +44,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file diff --git a/PawPanion/client/public/index.html b/PawPanion/client/public/index.html index 20c301c..8b6d2b8 100644 --- a/PawPanion/client/public/index.html +++ b/PawPanion/client/public/index.html @@ -7,6 +7,7 @@
+ diff --git a/PawPanion/client/public/main.css b/PawPanion/client/public/main.css new file mode 100644 index 0000000..cf1a4da --- /dev/null +++ b/PawPanion/client/public/main.css @@ -0,0 +1,3 @@ +/* #root { + display: flex; +} */ \ No newline at end of file diff --git a/PawPanion/client/public/main.scss b/PawPanion/client/public/main.scss deleted file mode 100644 index e4cd93f..0000000 --- a/PawPanion/client/public/main.scss +++ /dev/null @@ -1,3 +0,0 @@ -$primary: purple; - -@import "../node_modules/bootstrap/scss/bootstrap" \ No newline at end of file diff --git a/PawPanion/client/public/paws-background.png b/PawPanion/client/public/paws-background.png new file mode 100644 index 0000000..82b0dac Binary files /dev/null and b/PawPanion/client/public/paws-background.png differ diff --git a/PawPanion/client/src/components/Header.css b/PawPanion/client/src/components/Header.css new file mode 100644 index 0000000..40473ea --- /dev/null +++ b/PawPanion/client/src/components/Header.css @@ -0,0 +1,9 @@ +.userNav { + width: 250px; + margin-right: 100px; + background-color: white !important +} + +li { + list-style-type: none; +} \ No newline at end of file diff --git a/PawPanion/client/src/components/Header.js b/PawPanion/client/src/components/Header.js index c66e812..0912c62 100644 --- a/PawPanion/client/src/components/Header.js +++ b/PawPanion/client/src/components/Header.js @@ -13,6 +13,7 @@ import { } from 'reactstrap'; import { getCurrentUserByFirebaseId } from '../modules/userManager'; import { logout } from '../modules/authManager'; +import "./Header.css" export default function Header({ isLoggedIn }) { @@ -28,50 +29,78 @@ export default function Header({ isLoggedIn }) { }, [isLoggedIn]); return ( -