Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
epenflow committed Feb 5, 2024
1 parent fd56acd commit 2301689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/Section/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ const Hero = () => {
<h1
id='hero__text'
className='text-center lg:text-8xl text-4xl py-4 uppercase font-mono flex items-center w-full justify-center h-full'>
&lt;--!Bangli
Bangli
<span className='lg:h-14 lg:w-14 h-5 w-5 rounded-full bg-black block' />
Skatepark--&gt;
Skatepark
</h1>
</section>
);
Expand Down
3 changes: 0 additions & 3 deletions src/components/Section/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ const Home = () => {
tl.to(
'#home__section-text',
{
clipPath:
'polygon(0 100%, 100% 100%, 100% 100%, 0% 100%)',
stagger: 1.5,
duration: 2.5,
scrollTrigger: {
Expand All @@ -53,7 +51,6 @@ const Home = () => {
start: 'top+=15% top',
end: 'bottom+=50% top',
invalidateOnRefresh: true,
markers: true,
pinSpacing: false,
pinType: 'fixed',
},
Expand Down

0 comments on commit 2301689

Please sign in to comment.