interactive intro to open social at-me.zzstoatzz.io

fix: remove irrelevant pdsmoover prompt from independent PDS view

The "migrate accounts to this PDS" message made no sense when viewing
your own self-hosted PDS data.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

-1
-1
src/view/visualization.js
··· 174 174 <div class="ownership-box independent-pds"> 175 175 <div class="ownership-header">🌐 independent pds</div> 176 176 <div class="ownership-text">your data is hosted on <strong>${pdsHost}</strong>, independent of bluesky's infrastructure.</div> 177 - <div style="margin-top: 0.5rem; font-size: 0.6rem; color: var(--text-lighter);">use <a href="https://pdsmoover.com/moover/${pdsHost}" target="_blank" rel="noopener noreferrer" style="color: var(--text); text-decoration: underline;">pdsmoover</a> to migrate accounts to this PDS.</div> 178 177 </div> 179 178 `; 180 179 }