diff --git a/digital-course-file/src/user/Hero.js b/digital-course-file/src/user/Hero.js
index fcc4ba76497d1a52c98e9c033d070596fc803e71..6d433617ab62c686f773f34a367f09b684fcd6a9 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 293643eadbe67d964ec7b3a443be5f7d3261dae5..4dbe7434fa44a1c42c74a65d1839d60edb1361bc 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>