···37373838 <main class="connect">
3939 <div v-if="!installationId" class="panel">
4040- <h1 class="connect__title">No installation to connect</h1>
4040+ <h1 class="connect__title">no installation to connect</h1>
4141 <p class="connect__body">
4242- Start by installing the GitHub App on the repositories you'd like to
4242+ start by installing the GitHub App on the repositories you'd like to
4343 mirror.
4444 </p>
4545- <a class="btn btn--primary" href="https://github.com/apps/synchub-to/installations/new">Install the GitHub App</a>
4545+ <a class="btn btn--primary" href="https://github.com/apps/synchub-to/installations/new">install the GitHub App</a>
4646 </div>
47474848 <div v-else-if="!verified" class="panel">
4949 <p class="connect__eyebrow">step 1 of 2 · verify</p>
5050- <h1 class="connect__title">Installed on <span class="connect__login">{{ accountLabel }}</span></h1>
5050+ <h1 class="connect__title">installed on <span class="connect__login">{{ accountLabel }}</span></h1>
5151 <p class="connect__body">
5252- Confirm you administer <strong>{{ accountLabel }}</strong> on GitHub,
5353- then you'll pick the tangled handle that mirrors it. We check this so
5252+ confirm you administer <strong>{{ accountLabel }}</strong> on GitHub,
5353+ then you'll pick the tangled handle that mirrors it. we check this so
5454 nobody else can bind your repositories to their identity.
5555 </p>
5656 <a class="btn btn--primary" :href="`/api/github/oauth/start?installationId=${installationId}`">
5757- Verify with GitHub
5757+ verify with GitHub
5858 </a>
5959 </div>
60606161 <div v-else class="panel">
6262 <p class="connect__eyebrow">step 2 of 2 · connect</p>
6363- <h1 class="connect__title">Connect a handle to <span class="connect__login">{{ accountLabel }}</span></h1>
6363+ <h1 class="connect__title">connect a handle to <span class="connect__login">{{ accountLabel }}</span></h1>
6464 <p class="connect__body">
6565- Enter the tangled handle that should mirror
6666- <strong>{{ accountLabel }}</strong>. One GitHub account maps to one
6767- tangled identity; connecting a new handle replaces any previous one.
6565+ enter the tangled handle that should mirror
6666+ <strong>{{ accountLabel }}</strong>. one GitHub account maps to one
6767+ tangled identity, so connecting a new handle replaces any previous one.
6868 </p>
6969 <form class="signin" action="/api/atproto/login" method="get">
7070 <input type="hidden" name="installationId" :value="installationId">
···8484 >
8585 </span>
8686 </label>
8787- <button class="btn btn--primary" type="submit">Connect</button>
8787+ <button class="btn btn--primary" type="submit">connect</button>
8888 </form>
8989 </div>
9090 </main>