Skip to content

Commit

Permalink
3D logo hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Roberts authored and Adam Roberts committed Apr 29, 2024
1 parent 6791cd7 commit 020573e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/parts/Visualisation/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Imports
// ------------
import React, { useRef, useEffect } from 'react';
import Spline from '@splinetool/react-spline';
// import Spline from '@splinetool/react-spline';

// Styles
// ------------
Expand Down Expand Up @@ -65,9 +65,9 @@ const Visualisation = ({ data }) => {
return (
<Jacket>
<Container ref={containerRef}>{generateSpans()}</Container>
<SplineJacket>
{/* <SplineJacket>
<Spline scene="https://prod.spline.design/vS5y3FkvJJqrWPgq/scene.splinecode" />
</SplineJacket>
</SplineJacket> */}
</Jacket>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/parts/Visualisation/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const Container = styled(Div)(
export const SplineJacket = styled(Div)(props => css`
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
opacity: 1;
opacity: 0.2;
z-index: -1;
pointer-events: none;
`);

0 comments on commit 020573e

Please sign in to comment.