Skip to content

Commit

Permalink
ucflogo size was modified in mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Aug 23, 2024
1 parent d2e0480 commit dfcd6e9
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 @@ -760,7 +760,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 dfcd6e9

Please sign in to comment.