Skip to content

Commit 62b1365

Browse files
authored
Change image source from unsplash to picsum (unsplash no longer open) (#466)
1 parent 5cf782a commit 62b1365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div style="background-image: url(https://source.unsplash.com/1600x900/?nature,water); background-size: cover; position: absolute; top: 43px; left:0; right: 0; bottom: 0; z-index: 0">
1+
<div style="background-image:url(https://picsum.photos/1600/900);background-size:cover;position:absolute;top:0px;left:0;right:0;bottom:0;z-index:0">
22
<?= $slot ?>
33

44
<p style="position: absolute; bottom: 0px; right: 15px; width: auto; mix-blend-mode: difference; color: white; font-size: 12px">
5-
Image by <a href="https://unsplash.com/" style="color: white" target="_blank">Unsplash</a>
5+
Image by <a href="https://picsum.photos/" style="color: white" target="_blank">Picsum</a>
66
</p>
77
</div>

0 commit comments

Comments
 (0)