changed dynmap background to black
This commit is contained in:
parent
d22ff96a9c
commit
57b8102e8a
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user