Skip to content

Commit

Permalink
Sathya Seelan
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaSeelanG committed Sep 26, 2024
1 parent d693552 commit bbfa651
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/components/Dropdown/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ function Dropdown({ isOpen, toggle }) {
<NavBtn onClick={toggle}>
<a
className="btn PrimaryBtn"
href="https://www.linkedin.com/in/sathya-seelan-gunasekar/"
href="https://www.linkedin.com/in/sathya--seelan/"
target="_blank"
rel="noopener noreferrer"
>
Resume
Connect With Me
</a>
</NavBtn>
</SiderBar>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ const Header = ({ toggle }) => {
<NavBtn>
<a
className="btn PrimaryBtn"
href="https://www.linkedin.com/in/sathya-seelan-gunasekar/"
href="https://www.linkedin.com/in/sathya--seelan/"
target="_blank"
rel="noopener noreferrer"
>
Resume
Connect With Me
</a>
</NavBtn>
<Bars onClick={toggle} />
Expand Down
14 changes: 7 additions & 7 deletions src/components/SocialIcon/ScrollToTop.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ function ScrollToTop() {
}, []);

return (

shouldRender &&

<Tooltip title='Scroll to top' placement='top' open={open} onOpen={() => setOpen(true)} onClose={() => setOpen(false)}>

<div style={{ backgroundColor: 'black', height: '50px', display: 'flex', alignItems: 'center', justifyContent: 'center' }}>
<h1 style={{ color: 'white', fontWeight: 'bold', margin: '0' }}> &copy; 2023 [ Sathya Seelan G ]</h1>
</div>

{/* <div style={{ backgroundColor:'black' , height:'50px'}} >
<div style={{ backgroundColor: 'black', height: '50px', display: 'flex', alignItems: 'center', justifyContent: 'center' }}>
<h1 style={{ color: 'white', fontWeight: 'bold', margin: '0' }}> &copy; 2024 [ Sathya Seelan G ]</h1>
</div>

{/* <div style={{ backgroundColor:'black' , height:'50px'}} >
<h1 style={{ color: 'white', fontWeight: 'bold' }} >copy</h1>
<h3 >&copy; 2023 [ Sathya Seelan G ]</h3>
</div> */}
Expand Down

0 comments on commit bbfa651

Please sign in to comment.