minor fix

This commit is contained in:
daniel31x13 2023-10-30 15:21:16 -04:00
parent fb61812356
commit 35665ce292

View File

@ -60,7 +60,7 @@ export default function LinkModal({
<p className="ml-10 mt-[0.1rem] text-xl mb-3 font-thin"> <p className="ml-10 mt-[0.1rem] text-xl mb-3 font-thin">
Manage Preserved Formats Manage Preserved Formats
</p> </p>
<PreservedFormats activeLink={activeLink} /> <PreservedFormats />
</> </>
) : undefined} ) : undefined}
</div> </div>