Skip to content

Commit

Permalink
Fixed missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
DHuckaby committed Oct 1, 2024
1 parent d447350 commit 71a7a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learnings/2024-08-25-dynamic-app-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ At a high level we need to be able to not only enable the currently disabled ali
I have compiled an [example project](https://github.com/DHuckaby/Chameleon) that does all of this that you can follow as a guide, or just copy/paste it like most do from StackOverflow. I don't mind either way, it is a pretty slick solution once it is in place. Given this is largely in uncharted territories, good luck if you ship it to production.

#### Example project in action
<video controls>
<video controls="controls" id="video">
<source src="https://github.com/DHuckaby/Chameleon/raw/refs/heads/main/docs/Screen_recording_20240825_224418.mp4" type="video/mp4">
</video>

0 comments on commit 71a7a25

Please sign in to comment.