mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-02-23 15:34:21 +01:00
fixed images urls
This commit is contained in:
@@ -27,7 +27,7 @@ export default function LoginNativeWalletCard({ onClose, direction, ...props }:
|
||||
>
|
||||
<div className="flex justify-center">
|
||||
<img
|
||||
src="/assets/icons/lightning-big.svg"
|
||||
src="assets/icons/lightning-big.svg"
|
||||
className='w-80 h-80'
|
||||
alt="lightning" />
|
||||
</div>
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function LoginSuccessCard({ onClose, direction, ...props }: Modal
|
||||
|
||||
<div className="flex justify-center mt-32">
|
||||
<img
|
||||
src="/assets/icons/success-icon.svg"
|
||||
src="assets/icons/success-icon.svg"
|
||||
className='w-80 h-80'
|
||||
alt="success" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user