Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Dec 8, 2024
1 parent fb778f6 commit 7877325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ <h2>拡張機能</h2>
<button type="button" onclick="changeGroupIcons()">グループアイコン変更</button>

<div class="dividing">
<p class="sectionTitle">フレンドURL作成</p>
<button type="button" class="sectionButton" id="createFriendInvite">Create Invite</button>
<p class="sectionTitle">フレンド招待URL</p>
<button type="button" class="sectionButton" id="createFriendInvite">リンク作成</button>
</div>
<div class="dividing">
<input type="text" id="friendInviteUrl" class="textOutput" readonly>
<button type="button" class="sectionButton" onclick="copyToClipboard('friendInviteUrl')">Copy URL</button>
<button type="button" class="sectionButton" onclick="copyToClipboard('friendInviteUrl')">コピー</button>
</div>
</form>

Expand Down

0 comments on commit 7877325

Please sign in to comment.