Skip to content

Commit

Permalink
fix (homePage): projectSummary - description replaced with location (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 authored Dec 7, 2023
1 parent 91212ef commit 36221cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/frontend/src/components/home/ExploreProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,10 @@ export default function ExploreProjectCard({ data }) {
>
{data.description}
</p>

<div className="fmtm-flex fmtm-items-start fmtm-mt-[1.63rem] fmtm-gap-2">
<AssetModules.LocationOn color="error" style={cardInnerStyles.location.icon} />
<p className="fmtm-capitalize fmtm-line-clamp-1 fmtm-text-[#7A7676]" title={data.description}>
{data.description}
<p className="fmtm-capitalize fmtm-line-clamp-1 fmtm-text-[#7A7676]" title={data?.location_str}>
{data?.location_str}
</p>
</div>
</CoreModules.Stack>
Expand Down

0 comments on commit 36221cc

Please sign in to comment.