Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Oct 22, 2024
1 parent 1863171 commit 04ff562
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/workshop/checkBrowserAPI.module.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import AsyncImage from "../modules/components/asyncImage.module";
import { sha256 } from 'js-sha256';
import { useEffect, useState } from "react";
import { CSSTransition } from 'react-transition-group';
import style from '@/app/styles/browserAPINotification.module.css';
import { IconX } from "@tabler/icons-react";
Expand Down Expand Up @@ -38,7 +37,7 @@ export const BrowserNotification = ({ expanded, onClose }: { expanded: boolean,
unmountOnExit>
<div className={style.container}>
<div>
<p>Мы определили, что ваш браузер может неккоректно отображать скины.</p>
<p>Мы определили, что ваш браузер может некорректно отображать скины.</p>
<p>Если возникнут проблемы, попробуйте использовать другой браузер.</p>
</div>
<button onClick={onClose}><IconX /></button>
Expand Down

0 comments on commit 04ff562

Please sign in to comment.