Skip to content

Commit

Permalink
add phone link
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoleone committed Jun 7, 2024
1 parent 1e303dd commit 3e623aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react/StoreHours.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ const StoreHours: FC<WrappedComponentProps & StoreHoursProps> = ({
}

return (
<div>
<div className={handles.hoursContainer}>
<div className="container">
<div className={`${handles.hoursContainer} box`}>
<span className={`b ${handles.hoursLabel}`}>
{label ?? intl.formatMessage(messages.hoursLabel)}
</span>
Expand Down Expand Up @@ -212,7 +212,7 @@ const StoreHours: FC<WrappedComponentProps & StoreHoursProps> = ({
</div>
))}
</div>
<div className={handles.hoursContainer}>
<div className={`${handles.hoursContainer} box`}>
<span className={`b ${handles.groceryHoursLabel}`}>
{intl.formatMessage(messages.groceryHoursLabel)}
</span>
Expand Down

0 comments on commit 3e623aa

Please sign in to comment.