tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
fix: tw (#929)
authored by
Maximilian Kaske
and committed by
GitHub
2 years ago
aae294eb
b95d19fb
+2
-2
1 changed file
expand all
collapse all
unified
split
apps
web
src
components
content
pre.tsx
+2
-2
apps/web/src/components/content/pre.tsx
···
39
39
onClick={onClick}
40
40
>
41
41
{!copied ? (
42
42
-
<Clipboard className="h-5 w-5 text-black" />
42
42
+
<Clipboard className="h-5 w-5" />
43
43
) : (
44
44
-
<ClipboardCopy className="h-5 w-5 text-brand-900" />
44
44
+
<ClipboardCopy className="h-5 w-5" />
45
45
)}
46
46
</Button>
47
47
<pre ref={ref} {...props}>