mirror your GitHub repos to tangled.org automatically
1

Configure Feed

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

fix: link to github install

+9
+9
app/pages/dashboard.vue
··· 265 265 {{ data.installation.accountLogin }} 266 266 <span class="muted">({{ data.installation.accountType.toLowerCase() }}, install #{{ data.installation.id }})</span> 267 267 <span v-if="data.installation.suspendedAt" class="badge badge-error">suspended</span> 268 + <a class="config-link" :href="`https://github.com/settings/installations/${data.installation.id}`" target="_blank" rel="noopener noreferrer">configure on GitHub &nearr;</a> 268 269 </dd> 269 270 </template> 270 271 <template v-else> ··· 585 586 margin: 0; 586 587 overflow-wrap: anywhere; 587 588 min-width: 0; 589 + } 590 + 591 + .config-link { 592 + display: inline-block; 593 + margin-left: var(--space-xs); 594 + font-family: var(--font-mono); 595 + font-size: var(--text-xs); 596 + white-space: nowrap; 588 597 } 589 598 590 599 code {