Skip to content

Commit

Permalink
Adjust icon attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Aug 21, 2023
1 parent 9804946 commit 2907c2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion assets/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Material Icons courtesy https://fonts.google.com/icons
- Material Icons courtesy <https://fonts.google.com/icons>
- [Camera icon](https://icon-icons.com/icon/screenshot-cursor-camera/100181) by Luc Chaissac, CC BY 4.0

`authority_names.json` is generated from `authorities.geojson` like this:

Expand Down
5 changes: 3 additions & 2 deletions src/lib/common/StreetViewController.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import SecondaryButton from "../govuk/SecondaryButton.svelte";
import { getRoadLayerHelpers, type LayerHelper } from "../maplibre";
import CollapsibleCard from "./CollapsibleCard.svelte";
import { ExternalLink } from "./";
export let displayEnableButton: boolean = false;
export let escapeKeyExits: boolean = false;
Expand Down Expand Up @@ -87,11 +88,11 @@
</li>
{/if}
<li>
Cursor by <a
Cursor by <ExternalLink
href="https://icon-icons.com/icon/screenshot-cursor-camera/100181"
>
Luc Chaissac
</a>
</ExternalLink>
</li>
</ul>
</CollapsibleCard>
Expand Down

0 comments on commit 2907c2c

Please sign in to comment.