Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tindevw committed Jan 15, 2025
1 parent 49d4c0a commit 68c65ee
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions app/routes/events/components/EventDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,20 @@ const EventDetail = () => {
}
actionButtons={
event && (
<div className={`${styles.eventType} justifyContent__flex-end`}
<div
className={`${styles.eventType} justifyContent__flex-end`}
style={{
display: 'flex',
justifyContent: 'flex-end',
width:'100%'
}}>
<strong
display: 'flex',
justifyContent: 'flex-end',
width: '100%',
}}
>
<strong
style={{
color,
}}
>
{displayNameForEventType(event.eventType)}
{displayNameForEventType(event.eventType)}
</strong>
</div>
)
Expand Down

0 comments on commit 68c65ee

Please sign in to comment.