Untitled

Anonymous
plain_text
06/20/2024 7:46 AM
432 B
15
Indexable
keep "Description Not available" text in h2 or h3 tag and text style as muted 

<div className="ux-rfi-grey-border w-100 mt-3">
                <Para className="mt-2 scrollable-content">
                    {rfi.description ? rfi.description : 'Description not available!!'}
                </Para>
            </div>
Editor is loading...
Leave a Comment