Skip to content

Commit

Permalink
orientation default to vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
AfonsoMartins26 committed Jul 30, 2024
1 parent 7eb03b4 commit 2fb28fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Marker/Marker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Marker = ({
author,
photo,
date,
orientation = 'default' // Default to 'default' orientation
orientation = 'vertical'
}: IPin) => {
const icon = getIcon(type);
const name = useMemo(() => getNameString(author), [author]);
Expand Down

0 comments on commit 2fb28fc

Please sign in to comment.