Skip to content

Commit

Permalink
chore: npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ystkfujii committed Nov 3, 2023
1 parent 5c91364 commit 3a717f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/TalkInfo/TalkInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ export const PTalkInfo: React.FC<Props> = ({
一緒に盛り上がろう
</Styled.SocialHeader>
<Styled.ButtonContainer>
<Styled.ButtonLink
href={xURL(selectedTrack?.name)}
target="_blank"
>
<Styled.ButtonLink href={xURL(selectedTrack?.name)} target="_blank">
<Styled.XPostButton>
<Styled.XImg src={`/${eventAbbr}/ui/x_logo.png`} />
{`ポスト #${eventAbbr}_${selectedTrack?.name}`}
Expand Down

0 comments on commit 3a717f5

Please sign in to comment.