mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: Missing file commit
This commit is contained in:
@@ -94,7 +94,7 @@ export function LoginModal(props: { open: boolean }) {
|
|||||||
max-md:border-none
|
max-md:border-none
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
<img src="/vite/images/splash/1.jpg" className={`
|
<img src="/images/splash/1.jpg" className={`
|
||||||
contents-center w-full object-cover opacity-[7%]
|
contents-center w-full object-cover opacity-[7%]
|
||||||
`}></img>
|
`}></img>
|
||||||
<div
|
<div
|
||||||
@@ -360,7 +360,7 @@ export function LoginModal(props: { open: boolean }) {
|
|||||||
>
|
>
|
||||||
<Card className="flex">
|
<Card className="flex">
|
||||||
<img
|
<img
|
||||||
src="/vite/images/splash/1.jpg"
|
src="/images/splash/1.jpg"
|
||||||
className={`
|
className={`
|
||||||
h-[40%] max-h-[120px] contents-center w-full rounded-md
|
h-[40%] max-h-[120px] contents-center w-full rounded-md
|
||||||
object-cover
|
object-cover
|
||||||
@@ -385,7 +385,7 @@ export function LoginModal(props: { open: boolean }) {
|
|||||||
</Card>
|
</Card>
|
||||||
<Card className="flex">
|
<Card className="flex">
|
||||||
<img
|
<img
|
||||||
src="/vite/images/splash/1.jpg"
|
src="/images/splash/1.jpg"
|
||||||
className={`
|
className={`
|
||||||
h-[40%] max-h-[120px] contents-center w-full rounded-md
|
h-[40%] max-h-[120px] contents-center w-full rounded-md
|
||||||
object-cover
|
object-cover
|
||||||
|
|||||||
Reference in New Issue
Block a user