Skip to content

Commit a0221b0

Browse files
authored
fix: replace woodmark logo references with wordmark (#223)
- update image paths to use `wordmark` assets - align with current branding and filenames
1 parent 8f50d66 commit a0221b0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div align="center">
22
<a href="https://logicstamp.dev">
33
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="public/logicstamp-woodmark-dark.png">
5-
<source media="(prefers-color-scheme: light)" srcset="public/logicstamp-woodmark-light.png">
6-
<img src="public/logicstamp-woodmark-light.png" alt="LogicStamp" width="400" height="auto">
4+
<source media="(prefers-color-scheme: dark)" srcset="public/logicstamp-wordmark-dark.png">
5+
<source media="(prefers-color-scheme: light)" srcset="public/logicstamp-wordmark-light.png">
6+
<img src="public/logicstamp-wordmark-light.png" alt="LogicStamp" width="400" height="auto">
77
</picture>
88
</a>
99

0 commit comments

Comments
 (0)