Skip to content

Commit

Permalink
cursor indicator remove
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Jan 2, 2024
1 parent 2acc189 commit ef853dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcon/src/components/domain/index/hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export const Hero = () => {

{/* <div className={css['page-background']}></div> */}

<div className="absolute flex center w-full bottom-[32px] justify-center opacity-40">
<div className="absolute center w-full bottom-[32px] justify-center opacity-40 hidden xl:flex">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 16 16" width="16" height="16">
<g className="nc-icon-wrapper" fill="#ffffff20">
<g className={`${css['nc-loop-mouse-16-icon-f']}`}>
Expand Down

0 comments on commit ef853dd

Please sign in to comment.