Fixed also template page

This commit is contained in:
ClaPalo 2024-04-11 22:24:50 -05:00
parent 99cee1c104
commit 9e18adf1e9

View File

@ -116,7 +116,7 @@ export default function Thumbnail({ diagram, i, zoom, theme }) {
> >
<div className="flex items-center justify-start"> <div className="flex items-center justify-start">
<div <div
className={`w-[6px] h-[6px] bg-[#2f68ad] opacity-80 z-50 rounded-full me-2`} className={`w-[6px] h-[6px] bg-[#2f68adcc] rounded-full me-2`}
></div> ></div>
<div>{f.name}</div> <div>{f.name}</div>
</div> </div>