Skip to content

Commit

Permalink
updated model to v10 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson authored Oct 23, 2024
1 parent edba3e1 commit 2a1b17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/colorPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const ColorPicker: React.FC<Props> = ({filamentType}) => {
<>
<span
aria-hidden="true"
aria-labelledby={color.colorTag}
className={`h-8 w-8 rounded-full border border-black border-opacity-10`}
style={{ backgroundColor: `#${color.hexColor}` }}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function ProductPage() {
<div className="grid grid-cols-1 lg:grid-cols-2 lg:grid-rows-3 lg:gap-8">
<Suspense fallback={<div>Loading...</div>}>
<PreviewComponent
url="https://pub-0ec69c7d5c064de8b57f5d594f07bc02.r2.dev/pyramid.stl"
url="https://pub-0ec69c7d5c064de8b57f5d594f07bc02.r2.dev/pyramidv10.stl"
onExceedsLimit={() => false}
onError={() => (
<div>
Expand Down

0 comments on commit 2a1b17d

Please sign in to comment.