Skip to content

Commit

Permalink
fix: flex-wrap UpdateTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Oct 27, 2023
1 parent 89fa1f9 commit b681159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface UpdateTimestampProps {

const UpdateTimestamp = ({ updatedAt }: UpdateTimestampProps) => {
return (
<div className='mt-4 flex justify-end'>
<div className='mt-4 flex justify-end flex-wrap'>
<strong>Last update:</strong>
&nbsp;
<Moment format='ddd Do MMMM YYYY, HH:mm'>{updatedAt}</Moment>
Expand Down

0 comments on commit b681159

Please sign in to comment.