Skip to content
Snippets Groups Projects
Commit 7264f288 authored by Ganapathi Subramanyam  Jayam's avatar Ganapathi Subramanyam Jayam :dart:
Browse files

bugs fix

parent bad6a0c6
Branches
No related tags found
No related merge requests found
...@@ -39,9 +39,8 @@ const Hero = ({ handleLogout }) => { ...@@ -39,9 +39,8 @@ const Hero = ({ handleLogout }) => {
if (folder.id !== 'copyright') { if (folder.id !== 'copyright') {
return ( return (
<> <>
<ParticlesBg type='square' bg={true} />
<Container fluid> <Container fluid>
<ParticlesBg type="cobweb" bg={true} />
<div className='d-flex align-items-center'> <div className='d-flex align-items-center'>
<FolderNav currentFolder={folder} /> <FolderNav currentFolder={folder} />
<AddFolder currentFolder={folder} /> <AddFolder currentFolder={folder} />
......
import React from 'react' import React from 'react'
import ParticlesBg from 'particles-bg'
export default function copyright() { export default function copyright() {
return ( return (
<> <>
<ParticlesBg type='color' bg={true} />
<h2>DEVELOPERS</h2> <h2>DEVELOPERS</h2>
<h3>Ganapathi Subramanyam Jayam</h3> <h3>Ganapathi Subramanyam Jayam</h3>
<p>Contact : jayam.ganapathi12@gmail.com</p> <p>Contact : jayam.ganapathi12@gmail.com</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment