tangled
alpha
login
or
join now
bas.sh
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
replace dash with space
handle.invalid
3 months ago
153be625
df5fe736
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
lexicon-schema.tsx
+1
-1
src/components/lexicon-schema.tsx
···
428
428
{props.name === "main" ? "Main Definition" : props.name}
429
429
</a>
430
430
<span class={`rounded px-2 py-0.5 text-xs font-semibold uppercase ${defTypeColor()}`}>
431
431
-
{props.def.type}
431
431
+
{props.def.type.replace("-", " ")}
432
432
</span>
433
433
</div>
434
434