Skip to content

Commit db713ba

Browse files
kathocclaude
andcommitted
Update brand subtitle and tab labels
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent a9084a0 commit db713ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,16 +586,16 @@
586586
<span class="brand-badge"><svg viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" width="22" height="22"><rect width="64" height="64" rx="10" fill="#fff" fill-opacity=".3"/><rect x="8" y="8" width="48" height="48" rx="6" fill="#fff" fill-opacity=".5"/><rect x="16" y="16" width="32" height="32" rx="4" fill="#fff"/><circle cx="64" cy="32" r="18" fill="#fff" fill-opacity=".5"/><circle cx="64" cy="32" r="9" fill="#fff"/></svg></span>
587587
<span class="brand-text">
588588
<span class="brand-name">Dropcode</span>
589-
<span class="brand-sub">QRコードを送る、受け取る</span>
589+
<span class="brand-sub">QRコードで送る、受け取る</span>
590590
</span>
591591
</div>
592592
<div class="mini-note">Static only</div>
593593
</div>
594594
</header>
595595

596596
<nav class="tabs" aria-label="Dropcode tabs">
597-
<button class="tab-button" id="tabSend" type="button" aria-selected="true" aria-controls="panelSend">作成する</button>
598-
<button class="tab-button" id="tabScan" type="button" aria-selected="false" aria-controls="panelScan">読み取る</button>
597+
<button class="tab-button" id="tabSend" type="button" aria-selected="true" aria-controls="panelSend">送る</button>
598+
<button class="tab-button" id="tabScan" type="button" aria-selected="false" aria-controls="panelScan">受け取る</button>
599599
</nav>
600600

601601
<section class="panel send-layout active" id="panelSend" aria-labelledby="tabSend">

0 commit comments

Comments
 (0)