diff --git a/pages/_app.js b/pages/_app.js index 8ef4049..f8eaa60 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -33,13 +33,10 @@ function MyApp({ Component, pageProps }) { - - - - - - + + + } diff --git a/pages/teams/demo.tsx b/pages/teams/demo.tsx index f9711b2..750ff74 100644 --- a/pages/teams/demo.tsx +++ b/pages/teams/demo.tsx @@ -1,4 +1,3 @@ -import Head from 'next/head' import Image from 'next/image'; import React from 'react'; import { FaMicrophoneAlt, FaHeadphonesAlt, FaTh, FaAngleDown, FaPlusSquare, FaBroom, FaBell } from "react-icons/fa"; @@ -271,14 +270,6 @@ export default class Demo extends React.Component { - - - profile - - - profile - -
diff --git a/styles/globals.css b/styles/globals.css index 1c80bb8..7566f1a 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -17,9 +17,8 @@ a { box-sizing: border-box; } - /* my personal css */ -html { +body { background: url('/wallpapers/dark-mountains.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover;