tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
288
fork
atom
a tool for shared writing and social publishing
288
fork
atom
overview
issues
27
pulls
pipelines
slight tweak to watermark
cozylittle.house
1 year ago
fa89add3
b5157bbd
+1
-1
1 changed file
expand all
collapse all
unified
split
components
Watermark.tsx
+1
-1
components/Watermark.tsx
···
17
17
backgroundColor: "rgba(var(--bg-page), 0.7)",
18
18
}}
19
19
>
20
20
-
made using <span className="text-accent-1">Leaflet</span>
20
20
+
made using <span className="text-accent-1 font-bold">Leaflet</span>
21
21
</div>
22
22
<LogoSmall
23
23
strokeColor={theme.colors["bg-page"]}