Replace jpg image with png

This commit is contained in:
Lucas Phang 2021-05-06 13:45:05 +10:00
parent 9953a18dfe
commit d9ceeb684e
3 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ function Roadmap() {
</h2>
<img
style={{ maxHeight: horizontal ? '90%' : 'auto' }}
src={`img/session-${horizontal ? 'x' : 'y'}.jpg`}
src={`img/session-${horizontal ? 'x' : 'y'}.png`}
className="w-full rounded-md"
/>
</div>

View File

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

Before

Width:  |  Height:  |  Size: 873 KiB

After

Width:  |  Height:  |  Size: 873 KiB