Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion project-app/components/Forms/StartClean.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ const StartCleanForm = () => {
</div>
{/* text */}
<h3 className="text-[#004F54] text-lg sm:text-xl text-center">
Your clean-up has been added to the map
Your clean-up has been added to the map. After the
event, please log the stats of your clean on our page.
</h3>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion project-app/components/Stats/Stats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Stats() {
<StatCard
key={Math.random() * 500}
number={totalCleans}
text="Clean-Ups Started"
text="CleanUps Started"
image="/icon-abacus.svg"
/>
<StatCard
Expand Down