Skip to content

Commit

Permalink
fix: outright stream schedule long titles
Browse files Browse the repository at this point in the history
  • Loading branch information
bcheidemann committed Dec 17, 2023
1 parent 5fd458a commit 24365c3
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions src/components/outright/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,13 @@ const Schedule = () => {
>
<h3 className={creatorName}>{item.creator}</h3>
{item.link && (
<div
style={{
display: "flex",
justifyContent: "flex-end",
width: "100%",
}}
<a
className={streamLinkButton}
href={item.link}
target="_blank"
>
<a
className={streamLinkButton}
href={item.link}
target="_blank"
>
Watch
</a>
</div>
Watch
</a>
)}
</div>
<span className={streamTime}>
Expand Down

0 comments on commit 24365c3

Please sign in to comment.