mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-12-21 01:07:24 +08:00
Fixed also template page
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user