changed dynmap background to black

This commit is contained in:
aleabodo 2024-07-15 05:13:49 +02:00
parent d22ff96a9c
commit 57b8102e8a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export default function Hello() {
alignItems: 'center',
height: 'calc(100vh - 60px)',
fontSize: '20px',
backgroundColor: 'pink'
backgroundColor: 'black'
}}>
<iframe src="https://cmap.survival-pi.com" height="100%" width="100%"></iframe>
</div>

View File

@ -13,7 +13,7 @@ export default function Hello() {
alignItems: 'center',
height: 'calc(100vh - 60px)',
fontSize: '20px',
backgroundColor: 'pink'
backgroundColor: 'black'
}}>
<iframe src="https://map.survival-pi.com" height="100%" width="100%"></iframe>
</div>