the statusphere demo reworked into a vite/react app in a monorepo

tidy

+2 -2
+1 -1
src/pages/home.ts
··· 25 25 </form>` 26 26 : html`<p> 27 27 It's pretty special here. 28 - <a href="/login">Login.</a> 28 + <a href="/login">Log in.</a> 29 29 </p>` 30 30 } 31 31 <ul>
+1 -1
src/pages/login.ts
··· 5 5 6 6 export function login(props: Props) { 7 7 return shell({ 8 - title: 'Login', 8 + title: 'Log in', 9 9 content: content(props), 10 10 }) 11 11 }