Skip to content

Commit

Permalink
ce
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Oct 13, 2023
1 parent ae229e4 commit cf29618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/CanvasLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class CanvasLayer extends Component {
{this.state.mapLoad ? (
<canvas ref={this.canvasRef} width={650} height={600} />
) : (
<div style={{ position: 'absolute', top: '200px' }}>
<div style={{ position: 'absolute', top: '300px' }}>
<h1>
Please wait a few minutes before attempting to access the canvas.
</h1>
Expand Down

0 comments on commit cf29618

Please sign in to comment.