fix: module sidebar description duplicacy (#3844)

This commit is contained in:
Anmol Singh Bhatia 2024-02-29 17:20:17 +05:30 committed by GitHub
parent 92e994990c
commit f183e389ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -368,12 +368,6 @@ export const ModuleDetailsSidebar: React.FC<Props> = observer((props) => {
</div>
</div>
{moduleDetails.description && (
<span className="w-full whitespace-normal break-words py-2.5 text-sm leading-5 text-custom-text-200">
{moduleDetails.description}
</span>
)}
<div className="flex flex-col gap-5 pb-6 pt-2.5">
<div className="flex items-center justify-start gap-1">
<div className="flex w-2/5 items-center justify-start gap-2 text-custom-text-300">