Skip to content

Commit

Permalink
New try to build
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonVitulskyi committed May 14, 2024
1 parent 6af84b0 commit f0db936
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/Admin/Admin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Admin = () => {
{isLoggedIn && (
<div>
<Typography variant="h2" component="h2" sx={{}}>
Ви увійшли як адмін
Ви увійшли як адміністратор
</Typography>
<Button
onClick={toLogOutAdmin}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Home = () => {
<FreshNews />
<Stats />
<AboutSection>
{/* who we are section */}
{/* who we are the section */}
<Container>
<AboutTextWrapper>
<Typography
Expand Down
2 changes: 1 addition & 1 deletion src/pages/News/News.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import ListOfRegions from 'components/Posts/ListOfPosts/ListOfRegions/ListOfRegi
import { Box, SectionNews, WrapOfBtn } from './News.styled';

const News = () => {
const dispatch = useDispatch();
// const dispatch = useDispatch();
const theme = useTheme();
const isLoggedIn = useSelector(isLoggedInSelector);

Expand Down

0 comments on commit f0db936

Please sign in to comment.