Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Sep 29, 2023
1 parent 5469348 commit 849f8fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tgui/packages/tgui/interfaces/DrawnMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ export class DrawnMap extends Component {
position: 'relative',
width: '100%',
height: '100%',
}}>
}}
>
<img
src={this.flatImgSrc}
alt={this.backupImgSrc || "Please wait for a new tacmap announcement"}
alt={this.backupImgSrc || 'Please wait for a new tacmap announcement'}
style={{
position: 'absolute',
zIndex: 0,
Expand All @@ -55,7 +56,8 @@ export class DrawnMap extends Component {
top: 0,
left: 0,
zIndex: 1,
}}>
}}
>
{parsedSvgData.map((line, index) => (
<line
key={index}
Expand Down

0 comments on commit 849f8fc

Please sign in to comment.