We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf782a commit 62b1365Copy full SHA for 62b1365
themes/Auth/Components/unsplash.php
@@ -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">
+<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">
2
<?= $slot ?>
3
4
<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>
+ Image by <a href="https://picsum.photos/" style="color: white" target="_blank">Picsum</a>
6
</p>
7
</div>
0 commit comments