Skip to content

Commit f45626b

Browse files
authored
docs: README: light/dark mode logo (#148)
* docs: README: light/dark mode logo * docs: README: move to img tag * static: remove unnecessary phpstan ignore * Fix code styling --------- Co-authored-by: ashleyhindle <[email protected]>
1 parent 5a3c8b9 commit f45626b

File tree

3 files changed

+121
-1
lines changed

3 files changed

+121
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<p align="center"><img src="/art/boost.svg" alt="Logo Laravel Boost"></p>
1+
<p align="center">
2+
<img alt="Boost Logo Dark Mode" src="/art/boost-light-mode.svg#gh-light-mode-only"/>
3+
<img alt="Boost Logo Dark Mode" src="/art/boost-dark-mode.svg#gh-dark-mode-only"/>
4+
</p>
25

36
<p align="center">
47
<a href="https://github.com/laravel/boost/actions"><img src="https://github.com/laravel/boost/workflows/tests/badge.svg" alt="Build Status"></a>

art/boost-dark-mode.svg

Lines changed: 58 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)