Skip to content

Commit 4686fee

Browse files
committed
fix: pins
1 parent af97518 commit 4686fee

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

frontend/app/gs-map/gs-map.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default function GsMap(inputProps: InputProps) {
9393
anchor: [20, 20],
9494
anchorXUnits: 'pixels',
9595
anchorYUnits: 'pixels',
96-
src: '/public/assets/map-pin.png',
96+
src: '/public/map-pin.png',
9797
}),
9898
});
9999
iconFeature.setStyle(iconStyle);

frontend/app/routes/app.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
limitations under the License.
1212
*/
1313
import type { Route } from "./+types/app";
14-
import { Welcome } from "~/welcome/welcome";
1514
import MainContainer from "~/main-container/main-container";
1615

1716
export function meta({}: Route.MetaArgs) {
@@ -21,6 +20,6 @@ export function meta({}: Route.MetaArgs) {
2120
];
2221
}
2322

24-
export default function Home() {
23+
export default function App() {
2524
return <MainContainer />;
2625
}

frontend/public/map-pin.png

981 Bytes
Loading

0 commit comments

Comments
 (0)