Skip to content

Commit b2cafc0

Browse files
Updated login splash image (#123)
2 parents 2a1a9dd + e78539e commit b2cafc0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
2.46 MB
Loading

resources/js/Components/Auth/ArtistNotice.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
background-position: right;
2929
background-repeat: no-repeat;
3030
background-size: cover;
31-
background-image: url('../../../assets/cyberpunk_rudzik.jpg');
31+
background-image: url('../../../assets/space_chromamancer.png');
3232
}
3333
3434
.page * {

resources/js/Layouts/AuthLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</VueCookieAcceptDecline>
1919
<div :class="{ dark: darkMode }">
2020
<div class="bg-white flex page dark:text-primary-300 dark:bg-primary-900">
21-
<ArtistNotice url="https://rudzik.art" name="Rudzik"/>
21+
<ArtistNotice url="https://www.furaffinity.net/user/chromamancer" name="Chromamancer"/>
2222
<!-- Page Content -->
2323
<div
2424
class="!min-h-[calc(100dvh)] min-h-screen

0 commit comments

Comments
 (0)