From 9d6f2f3ec6ff801fd4dc4a2bdf8e6ae777f7f811 Mon Sep 17 00:00:00 2001 From: moonlightnexus <68702919+moonlightnexus@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:13:57 +0530 Subject: [PATCH 1/2] Update Prism.tsx --- src/components/interactivePrism/Prism.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/interactivePrism/Prism.tsx b/src/components/interactivePrism/Prism.tsx index 1cb4dc5..2c75d7d 100644 --- a/src/components/interactivePrism/Prism.tsx +++ b/src/components/interactivePrism/Prism.tsx @@ -8,7 +8,7 @@ import { GLTFLoader } from "three-stdlib"; export function Prism({ onRayOver, onRayOut, onRayMove, ...props }) { const { nodes } = useLoader( GLTFLoader, - "https://uploads.codesandbox.io/uploads/user/b3e56831-8b98-4fee-b941-0e27f39883ab/xxpI-prism.glb", + "https://openauthx.s3.ap-south-1.amazonaws.com/xxpI-prism.glb", ); // Only create meshes if nodes.Cone.geometry exists From 735b9ee6be4b8bc753c436e39522ea3d4c99378f Mon Sep 17 00:00:00 2001 From: moonlightnexus <68702919+moonlightnexus@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:15:05 +0530 Subject: [PATCH 2/2] Update auto-assign.yml --- .github/workflows/auto-assign.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 78a1210..66a9844 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -2,8 +2,8 @@ name: Auto Assign on: issues: types: [opened] - pull_request: - types: [opened] + # pull_request: + # types: [opened] jobs: run: runs-on: ubuntu-latest