Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnavpbhat committed Jul 16, 2024
1 parent 207535f commit 42285fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Header = () => {
<header className="text-white top-0 left-0 right-0 fixed z-50 bg-[#0C2340]">
<div className="container mx-auto px-3 py-3 flex justify-between items-center">
<Link to="/" className="flex items-center">
<img src={logo} alt="R.E.E.S- Realestate Enhancement about Logo" className="h-12 w-12 mr-2 rounded-md" />
<img src={logo} alt="Logo" className="h-12 w-12 mr-2 rounded-md" />
<span className="text-2xl font-bold drop-shadow-md">Club Name</span>
</Link>
<nav className="hidden md:flex space-x-4">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Home = () => {
whileHover={{ scale: 1.1, translateZ: 50, perspective: 1000, boxShadow: "0px 20px 30px rgba(0, 0, 0, 0.4)", transition: { duration: 0.2 } }}
className="inline-block mb-4 text-center sm:text-left"
>
<a href="" className="bg-white text-[#0C2340] px-3 py-2 rounded font-bold flex items-center space-x-1 text-lg mt-4">
<a href="" className="bg-white text-[#0C2340] px-3 py-2 rounded font-bold flex items-center space-x-1 text-lg mt-0">
<span>Another action button</span>
</a>
</motion.div>
Expand Down

0 comments on commit 42285fa

Please sign in to comment.