Skip to content

Commit

Permalink
removed linux-check - to be changed
Browse files Browse the repository at this point in the history
  • Loading branch information
CrawlingTug committed Sep 4, 2024
1 parent fa868ac commit 5ce2fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MinecraftInventory/MinecraftInventory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const MinecraftInventory: React.FC<MinecraftInventoryProps> = ({
slots,
headerText,
}) => {
if (/\blinux\b/i.test(navigator.userAgent)) {
/*if (/\blinux\b/i.test(navigator.userAgent)) {
document.body.className += " linux";
}
}*/

return (
<div className={styles.inventoryContainer}>
Expand Down

0 comments on commit 5ce2fa6

Please sign in to comment.