Skip to content

Commit

Permalink
fix: move assets to src
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Nov 19, 2024
1 parent d778315 commit 862fe3e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ diverged, it has become necessary to separate the projects into specific wrapper

<br>

<img src="./assets/indoor_building_map_android.png"
<img src="/docs/assets/indoor-building-map-android.png"
alt="Indoor Building Map Android"
height="300"
/>
<img src="./assets/indoor_building_map_ios.png"
<img src="/docs/assets/indoor-building-map-ios.png"
alt="Indoor Building Map iOS"
height="300"
/>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 1 addition & 2 deletions src/components/HeadingIndicator.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { type ReactElement } from "react";

import SymbolLayer from "./SymbolLayer";
// @ts-ignore
import headingIcon from "../../assets/heading.png";
import headingIcon from "../assets/heading.png";
import { type BaseProps } from "../types/BaseProps";

const style = {
Expand Down

0 comments on commit 862fe3e

Please sign in to comment.