Skip to content

Commit

Permalink
fixed landingPage build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulambastha committed Jan 24, 2024
1 parent e05322b commit 05e4dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(dashboard)/me/components/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const LandingPage: React.FC<LandingPageProps> = ({ user, totalEvents, registered
<div
className="py-6 text-2xl flex-wrap coolveticaFont"
>
This is your space hub where you can check the events you've completed, upcoming events you can participate in and your progress!
{" This is your space hub where you can check the events you've completed, upcoming events you can participate in and your progress!"}
</div>

<div className="eventStats my-8 mb-12">
Expand Down

0 comments on commit 05e4dcb

Please sign in to comment.