Skip to content

Commit

Permalink
タイポ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
weweweok committed Dec 23, 2023
1 parent 2935a24 commit bb7110f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/dormitory/{Character.characterId}.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default ({
}

// pcのみキャラ一覧とダウンロードページへのリンクボタンをファーストビューに表示する
const responsiveButtonGroupeStyle = navigator.userAgent.match(
const responsiveButtonGroupStyle = navigator.userAgent.match(
/iPhone|Android.+Mobile/
)
? {}
Expand Down Expand Up @@ -321,7 +321,7 @@ export default ({
</div>
<div
className="link-buttons has-text-weight-bold"
style={responsiveButtonGroupeStyle}
style={responsiveButtonGroupStyle}
>
<Link
to={getProductPageUrl(characterInfo)}
Expand Down

0 comments on commit bb7110f

Please sign in to comment.