Skip to content

Commit

Permalink
fix: remove test getUA from home
Browse files Browse the repository at this point in the history
  • Loading branch information
muchisx committed Jul 23, 2024
1 parent 89f3889 commit 97f61e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Section from '@components/shared/Section/Section';
// Utils
import getFixedCSSvw from '@utils/getFixedCSSvw';
// Content
import { getUA } from 'react-device-detect';
import {
HomeHeroHeadingText,
homeAboutMe,
Expand All @@ -30,7 +29,6 @@ function Home() {
</Heading>
</Section>

{getUA}
<SplitContent
contain
leftContent={homeCTA.leftContent}
Expand Down

0 comments on commit 97f61e4

Please sign in to comment.