Skip to content

Commit

Permalink
Merge pull request #261 from Hemraj-7/main
Browse files Browse the repository at this point in the history
copyright 2023 removed and copyright 2024 added in the footer
  • Loading branch information
Jaishree2310 authored Oct 20, 2024
2 parents d4ff42c + 3dcae58 commit b85784c
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,31 @@ const Footer: React.FC = () => {
}
}
`}</style>
</footer>

<div>
<p
style={{
fontSize: '14px',
color: '#fff',
position: 'relative',
right: '-300px',
}}
>
&copy; 2024 GlassyUI. All rights reserved.
</p>
<div
style={{
fontSize: '14px',
color: '#fff',
position: 'relative',
right: '-300px',
top: '10px',
}}
>
<GoogleTranslate />
</div>
</div>
</footer>
</>
);
};

Expand Down

0 comments on commit b85784c

Please sign in to comment.