Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(examples): add correct relative path to background-url (angular#112)
Browse files Browse the repository at this point in the history
riavalon authored and kseamon committed Dec 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 930ea4e commit 37007ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@
}

.example-header-image {
background-image: url('assets/img/examples/shiba1.jpg');
background-image: url('../../../assets/img/examples/shiba1.jpg');
background-size: cover;
}

0 comments on commit 37007ad

Please sign in to comment.