Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

update refs to ufos-app

Changed files
+6 -3
ufos
src
+5 -2
ufos/src/index_html.rs
··· 8 8 <style> 9 9 .custom-header { 10 10 height: 42px; 11 - background-color: var(--scalar-background-1); 11 + background-color: #221828; 12 12 box-shadow: inset 0 -1px 0 var(--scalar-border-color); 13 13 color: var(--scalar-color-1); 14 14 font-size: var(--scalar-font-size-3); ··· 29 29 </head> 30 30 <body> 31 31 <header class="custom-header scalar-app"> 32 - <b>a <a href="https://microcosm.blue">microcosm</a> project</b> 32 + <p> 33 + <a href="https://ufos.microcosm.blue">Launch 🛸 UFOs app</a>: Explore lexicons 34 + </p> 33 35 <nav> 36 + <b>a <a href="https://microcosm.blue">microcosm</a> project</b> 34 37 <a href="https://bsky.app/profile/microcosm.blue">@microcosm.blue</a> 35 38 <a href="https://github.com/at-microcosm">github</a> 36 39 </nav>
+1 -1
ufos/src/server/mod.rs
··· 610 610 let context = Context { 611 611 spec: Arc::new( 612 612 api.openapi( 613 - "UFOs: Every lexicon in the ATmosphere", 613 + "UFOs API: Every lexicon in the ATmosphere", 614 614 env!("CARGO_PKG_VERSION") 615 615 .parse() 616 616 .inspect_err(|e| {