Skip to content

Commit

Permalink
feature/wakesong/#88
Browse files Browse the repository at this point in the history
feat :: wakesong click
  • Loading branch information
ftery0 authored Aug 14, 2024
2 parents e5d4e13 + eb3a540 commit 7b628de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Props {

const TodayWakeupSongItem = ({ wakeupSongData }: Props) => (
<S.TodayWakeupSongItemContainer>
<S.TodayWakeupSongItemBackgroundWrap>
<S.TodayWakeupSongItemBackgroundWrap onClick={()=> window.open(wakeupSongData.videoUrl)}>
<S.TodayWakeupSongItemBackground src={wakeupSongData.thumbnail} />
<S.TodayWakeupSongItemTextWrap>
<S.TodayWakeupSongItemText>
Expand Down

0 comments on commit 7b628de

Please sign in to comment.