fix: restore 'View on Tangled ↗' link on its own line
Author: Aaron Steven White
Commit
9967d221c1d52c003370d33113da99ef65436871Parent: 0e33ba949a
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan1 file changed +3 -1
@@ -129,11 +129,13 @@
129129 {#if repo.starCount > 0} 130130 <span class="text-[11px] text-ghost">★ {repo.starCount}</span> 131131 {/if} 132- <a href={tangledUrl(repo)} target="_blank" rel="noopener" class="text-[11px] text-ghost hover:text-caption transition-colors">↗</a> 133132 </div> 134133 {#if repo.description} 135134 <p class="mt-0.5 truncate text-[12px] text-ghost">{repo.description}</p> 136135 {/if} 136+ <a href={tangledUrl(repo)} target="_blank" rel="noopener" class="mt-0.5 block text-[11px] text-ghost hover:text-caption transition-colors"> 137+ View on Tangled ↗ 138+ </a> 137139 </div> 138140 <button class="shrink-0 rounded-md border border-line px-2.5 py-1 text-[11px] font-medium text-caption transition-all hover:border-line-bright hover:text-ink"> 139141 Fork