Client-side, single user live journal backed by AT Protocol
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: migration not working due to typo

author
Amelia
date (Jul 14, 2026, 4:44 PM -0400) commit e734b646 parent 87a81b75 change-id qyurzmks
+1 -1
+1 -1
app.js
··· 533 533 btn.ariaBusy = "true"; 534 534 } 535 535 536 - MIGRATION_PROMPT.querySelector("button[type=submit]").innerText("Migrating, please wait...") 536 + MIGRATION_PROMPT.querySelector("button[type=submit]").innerText = "Migrating, please wait..."; 537 537 } 538 538 539 539 export function closeMigrationDialog() {