From 7264f288aaabead630a4c955148ba971bc7f914f Mon Sep 17 00:00:00 2001 From: Gana016 <jayam.ganapathi12@gmail.com> Date: Sun, 4 Apr 2021 15:10:59 +0530 Subject: [PATCH] bugs fix --- digital-course-file/src/user/Hero.js | 3 +-- digital-course-file/src/user/copyright.js | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/digital-course-file/src/user/Hero.js b/digital-course-file/src/user/Hero.js index fcc4ba7..6d43361 100644 --- a/digital-course-file/src/user/Hero.js +++ b/digital-course-file/src/user/Hero.js @@ -39,9 +39,8 @@ const Hero = ({ handleLogout }) => { if (folder.id !== 'copyright') { return ( <> - <ParticlesBg type='square' bg={true} /> - <Container fluid> + <ParticlesBg type="cobweb" bg={true} /> <div className='d-flex align-items-center'> <FolderNav currentFolder={folder} /> <AddFolder currentFolder={folder} /> diff --git a/digital-course-file/src/user/copyright.js b/digital-course-file/src/user/copyright.js index 293643e..4dbe743 100644 --- a/digital-course-file/src/user/copyright.js +++ b/digital-course-file/src/user/copyright.js @@ -1,10 +1,8 @@ import React from 'react' -import ParticlesBg from 'particles-bg' export default function copyright() { return ( <> - <ParticlesBg type='color' bg={true} /> <h2>DEVELOPERS</h2> <h3>Ganapathi Subramanyam Jayam</h3> <p>Contact : jayam.ganapathi12@gmail.com</p> -- GitLab