Change the community button color to match the class booking button
Updates the community section button's background color from teal to rose in `client/src/components/community/community-section.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/411e032e-c1d3-4314-9bce-0b0129615827.jpg
This commit is contained in:
parent
12548732db
commit
fcdb5e8637
|
|
@ -61,7 +61,7 @@ export function CommunitySection() {
|
|||
|
||||
<div className="text-center mt-12">
|
||||
<Link to="/auth">
|
||||
<button className="px-8 py-3 bg-teal text-white font-bold rounded-full hover:bg-opacity-90 transition duration-300 shadow-md">
|
||||
<button className="px-8 py-3 bg-rose text-white font-bold rounded-full hover:bg-opacity-90 transition duration-300 shadow-md">
|
||||
{user ? "Access Community Dashboard" : "Join My Community"}
|
||||
</button>
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Reference in New Issue