Skip to content

Commit

Permalink
UCF logo was increased 10px
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 9e90a41 commit d2e0480
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={30} src={ucfLogo} />
<img width={40} src={ucfLogo} />
</Marker>

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

0 comments on commit d2e0480

Please sign in to comment.