Skip to content

Commit

Permalink
done adding logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SrijaVuppala295 committed Oct 30, 2024
1 parent d48e06f commit 6f1c954
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ const Footer: React.FC = () => {
<>
<footer className='glass-footer'>
<div className='footer-content'>
<div className='flex items-center space-x-2'>
<img
src='../glassy logo.jpeg'
alt='Glass UI Logo'
className='h-8 w-8' // Adjust size as needed
/>
<h1 className='text-white text-[20px] font-bold'>
<span className='text-blue-400'>Glass</span>UI
</h1>
</div>
<p className='footer-description'>
Elevate your UI with beautifully crafted, glassmorphic components.
Perfect for creating modern, sleek interfaces.
Expand Down Expand Up @@ -62,6 +72,11 @@ const Footer: React.FC = () => {
gap: 20px;
}
.footer-logo {
height: 50px; /* Adjust size as needed */
margin-bottom: 10px;
}
.footer-description {
color: #fff;
font-size: 16px;
Expand Down

0 comments on commit 6f1c954

Please sign in to comment.