Skip to content

Commit

Permalink
fix image bug
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu committed Nov 24, 2024
1 parent 48f3448 commit 56566e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/account/input.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<form action="/akun/add" method="POST" class="flex justify-center gap-16">
@csrf
<aside class="w-2/5">
<img class="h-full object-cover rounded-md" src="/images/backgrounds/LOGIN.png" alt="illustration">
<img class="h-full object-cover rounded-md" src="/images/backgrounds/LOGIN.jpeg" alt="illustration">
</aside>
<aside class="w-3/5 flex flex-col gap-4">
<div class="flex flex-col sm:flex-row justify-between sm:items-center gap-2">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/account/update.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<form action="/akun/edit" method="POST" class="flex justify-center gap-16">
@csrf
<aside class="w-2/5">
<img class="h-full object-cover rounded-md" src="/images/backgrounds/LOGIN.png" alt="illustration">
<img class="h-full object-cover rounded-md" src="/images/backgrounds/LOGIN.jpeg" alt="illustration">
</aside>
<aside class="w-3/5 flex flex-col gap-4">
<div class="flex flex-col sm:flex-row justify-between sm:items-center gap-2">
Expand Down

0 comments on commit 56566e9

Please sign in to comment.