diff --git a/src/App.js b/src/App.js index 312937a..f19c8fb 100644 --- a/src/App.js +++ b/src/App.js @@ -3,6 +3,7 @@ import './App.css'; import Header from './components/Header'; import Footer from './components/Footer'; import Landing from './components/Landing'; +import Cursor from './images/PencilCursor.svg'; function App() { const [ data, setData ] = useState(null); @@ -15,7 +16,7 @@ function App() { return data && ( -
+
Hello Daily Bruin! diff --git a/src/images/PencilCursor.svg b/src/images/PencilCursor.svg new file mode 100644 index 0000000..742059e --- /dev/null +++ b/src/images/PencilCursor.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + +