Skip to content

Commit 9f0f181

Browse files
committed
Update logo to workflow-kit brand logo
- Replace placeholder logo with official workflow-kit logo - Update logo references in mkdocs.yml and homepage - Logo size: 352KB PNG format
1 parent 4f6980d commit 9f0f181

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/assets/images/logo.png

352 KB
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# workflow-kit
22

33
<p align="center">
4-
<img src="assets/images/logo.svg" alt="workflow-kit logo" width="140" height="140" />
4+
<img src="assets/images/logo.png" alt="workflow-kit logo" width="140" height="140" />
55
</p>
66

77
<p align="center"><strong>Modern workflow automation for development teams</strong></p>

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ repo_name: workflow-kit
55

66
theme:
77
name: material
8-
logo: assets/images/logo.svg
9-
favicon: assets/images/logo.svg
8+
logo: assets/images/logo.png
9+
favicon: assets/images/logo.png
1010
font:
1111
text: Roboto
1212
code: Roboto Mono

0 commit comments

Comments
 (0)