Skip to content

Commit 8299336

Browse files
authored
[1.x] Fix logo for Packagist. (laravel#238)
The logo isn't displayed in `Packagist` because of the relative file path. This fix makes the full path to `HEAD`. Fixed in laravel#185 Broken in laravel#237
1 parent 9a7f43d commit 8299336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="/art/logo.svg" alt="Logo Laravel Sail"></p>
1+
<p align="center"><img src="https://github.com/laravel/sail/raw/HEAD/art/logo.svg" alt="Logo Laravel Sail"></p>
22

33
<p align="center">
44
<a href="https://packagist.org/packages/laravel/sail">

0 commit comments

Comments
 (0)