increae app button size

This commit is contained in:
CHIEFSOFT\ameye
2024-12-25 15:34:29 -05:00
parent c79527ef26
commit 912b287f6e
3 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

+2 -2
View File
@@ -121,7 +121,7 @@ export default function Login() {
href='#'
// href="https://play.google.com/store/apps/details?id=com.mermsemr.providers" target="_blank"
>
<img src={IOSDownload} className='w-75 h-auto' alt='IOS Download' />
<img src={IOSDownload} className='w-100 h-auto' alt='IOS Download' />
</a>
</div>
</div>
@@ -132,7 +132,7 @@ export default function Login() {
href='#'
// href="https://play.google.com/store/apps/details?id=com.mermsemr.providers" target="_blank"
>
<img src={GoogleDownload} className='w-75 h-auto' alt='IOS Download' />
<img src={GoogleDownload} className='w-100 h-auto' alt='IOS Download' />
</a>
</div>
</div>