Skip to content

Commit

Permalink
Merge branch 'svg-icons' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Aug 23, 2024
2 parents 1f45fe9 + dfcd6e9 commit 54b72dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ function App() {
<Layer {...searchResultLayer} />
</Source>
<Marker longitude={campus.longitude} latitude={campus.latitude} anchor="bottom" >
<img width={40} src={ucfLogo} />
<img width={isMobile? 30 : 40} src={ucfLogo} />
</Marker>

<MapIcon iconName='location' iconImageSource={locationIcon} />
Expand Down

0 comments on commit 54b72dd

Please sign in to comment.