Skip to content

Commit

Permalink
fix frameBorder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlevy0 committed Nov 30, 2023
1 parent 7198bfd commit 495f7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const Main = () => {
style={{
width: "100%", height: "100%"
}}
src="https://clip-crafter-studio-web-service.onrender.com" frameborder="0" ></iframe>
src="https://clip-crafter-studio-web-service.onrender.com" frameBorder="0" ></iframe>
</Flex >
)
}
Expand Down

0 comments on commit 495f7c6

Please sign in to comment.