Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:GoogleChromeLabs/ps-analysis-too…
Browse files Browse the repository at this point in the history
…l into develop
  • Loading branch information
mohdsayed committed Feb 16, 2024
2 parents c0ba3b5 + 88761db commit 84d62ac
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,14 @@ const Technologies = ({ selectedSite }: TechnologiesProps) => {
</p>
</>
)}
{selectedRow.name && (
<>
<p className="font-bold text-granite-gray dark:text-manatee mb-1">
Description
</p>
<p className="text-outer-space-crayola dark:text-bright-gray">
{selectedRow.description}
</p>
</>
)}
<>
<p className="font-bold text-granite-gray dark:text-manatee mb-1">
Description
</p>
<p className="text-outer-space-crayola dark:text-bright-gray">
{selectedRow?.description || 'No description available.'}
</p>
</>
</div>
) : (
<div className="h-full p-8 flex items-center">
Expand Down

0 comments on commit 84d62ac

Please sign in to comment.