Skip to content

Commit

Permalink
retrigger smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-deriv committed Mar 19, 2024
1 parent 0c7e42a commit 6e54cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contact-us/_offices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export const Offices = ({
<OfficeHeader
style={
(city_name === 'Labuan' ||
city_name === 'Ciudad del Este'|| city_name === 'Reading') &&
city_name === 'Ciudad del Este' || city_name === 'Reading') &&
isDesktop
? { height: '120px' }
: {}
Expand Down

0 comments on commit 6e54cdb

Please sign in to comment.