remove spline test

This commit is contained in:
Jamie Pine 2022-10-23 03:43:10 -07:00
parent 30ff2b358c
commit 6d774c7639
2 changed files with 12 additions and 4 deletions

View file

@ -1,4 +1,12 @@
export default function ContentScreen() {
// const [address, setAddress] = React.useState('');
return <div className="flex flex-col w-full h-screen p-5 custom-scroll page-scroll"></div>;
return (
<div className="flex flex-col w-full h-screen p-5 custom-scroll page-scroll app-background">
<div className="flex flex-col space-y-5 pb-7">
<p className="px-5 py-3 mb-3 text-sm border rounded-md shadow-sm border-app-line bg-app-box ">
<b>Note: </b>This is a pre-alpha build of Spacedrive, many features are yet to be
functional.
</p>
</div>
</div>
);
}

View file

@ -8,12 +8,12 @@ export default function PhotosScreen() {
<b>Note: </b>This is a pre-alpha build of Spacedrive, many features are yet to be
functional.
</p>
<Spline
{/* <Spline
style={{ height: 500 }}
height={500}
className="rounded-md shadow-sm pointer-events-auto"
scene="https://prod.spline.design/KUmO4nOh8IizEiCx/scene.splinecode"
/>
/> */}
</div>
</div>
);