Skip to content

Commit 5d3a29f

Browse files
Sora4431claude
andcommitted
refactor(share): マイページから共有URL関連UIをすべて削除 (SOR-20)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 194c4b2 commit 5d3a29f

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

apps/web/src/routes/profile/+page.svelte

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -480,17 +480,6 @@
480480
</span>
481481
{/if}
482482

483-
{#if bookmark.is_visible && bookmark.shared_itinerary_id}
484-
<a
485-
href="/{bookmark.shared_itinerary_id}"
486-
target="_blank"
487-
rel="noopener noreferrer"
488-
class="text-xs px-2 py-1 rounded border border-blue-300 text-blue-700 bg-blue-50 hover:bg-blue-100 transition-colors"
489-
>
490-
共有URLを見る
491-
</a>
492-
{/if}
493-
494483
<button
495484
onclick={() => toggleVisibility(bookmark.itinerary_id, bookmark.is_visible)}
496485
class="text-xs px-2 py-1 rounded border transition-colors {bookmark.is_visible

0 commit comments

Comments
 (0)