Skip to content

Commit

Permalink
Merge pull request #5551 from captain-Akshay/master
Browse files Browse the repository at this point in the history
New Embedded design
  • Loading branch information
captain-Akshay authored May 28, 2024
2 parents 5b14cfa + a41d294 commit edcc707
Show file tree
Hide file tree
Showing 2 changed files with 2,972 additions and 363 deletions.
5 changes: 3 additions & 2 deletions src/pages/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ const Testing = () => {
return (
<main>
<MesheryDesignEmbed
embedId="embedded-design-a3d3f26e-4366-44e6-b211-1ba4e1a3e644"
style={{ border: "1px solid #eee" }}
embedId="embedded-design-6f2255ba-54bf-4cb8-9033-262b8464d5d2"
embedScriptSrc="embed-test/embedded-design-embed1.js"
/>
</main>
);
};

export default Testing;
export default Testing;
Loading

0 comments on commit edcc707

Please sign in to comment.