diff --git a/public/index.html b/public/index.html
index 566f178..d5c0374 100644
--- a/public/index.html
+++ b/public/index.html
@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
-
React App
+ Cam's Portfolio
You need to enable JavaScript to run this app.
diff --git a/public/manifest.json b/public/manifest.json
index 080d6c7..0bc5721 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "React App",
- "name": "Create React App Sample",
+ "short_name": "Cams Projects",
+ "name": "Camerin's Projects",
"icons": [
{
"src": "favicon.ico",
diff --git a/src/components/Navigation.js b/src/components/Navigation.js
index a8b3a1a..87ffea1 100644
--- a/src/components/Navigation.js
+++ b/src/components/Navigation.js
@@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';
import { connect } from 'react-redux';
import {toggleContactModal} from '../actions'
import './css/Navigation.css';
-import { HouseDoor, FileEarmarkPerson, Github, Envelope } from 'react-bootstrap-icons';
+import { HouseDoor, FileEarmarkPerson, Github, Envelope, Share } from 'react-bootstrap-icons';
import ContactModal from './ContactModal';
const Navigation = (props) => {
@@ -22,6 +22,10 @@ const Navigation = (props) => {
About
+
+ Social Media
+
+
props.toggleContactModal()}>
Contact Me
diff --git a/src/components/css/Modal.css b/src/components/css/Modal.css
index 852bfc8..a303789 100644
--- a/src/components/css/Modal.css
+++ b/src/components/css/Modal.css
@@ -2,7 +2,7 @@
width: 100vw;
height: 100vh;
z-index: 100;
- position: absolute;
+ position: fixed;
top:0;
left:0;
opacity: 1;