Skip to content

Commit

Permalink
TwitterをSNSリンクに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
BellaPasta authored Jan 22, 2024
1 parent 6997f99 commit 8cd25d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/item-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ customElements.define('item-list', class extends LitElement {
: null}</td>
<td class="exhivitor-link">${item.exhibitor.twitterURL && html`
<a rel="external" target="_blank" href="${item.exhibitor.twitterURL}"
title="Twitter プロフィール"><img src="../images/twitter-logo.png" alt="Twitter" /></a>
title="SNS リンク"><img src="../images/twitter-logo.png" alt="SNS" /></a>
`}</td>
<td class="exhivitor-link">
<a rel="external" target="_blank" href="${item.exhibitor.tsoURL}"
Expand Down

0 comments on commit 8cd25d2

Please sign in to comment.