Skip to content

Commit

Permalink
Create register.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiShankar93 committed Mar 5, 2024
1 parent fa44a9a commit 1b6ee63
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/components/register.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';

function MyComponent() {
return (
<div>
{/* Your other React components */}
<iframe
src="https://konfhub.com/widget/t-24?ticketId=14578"
id="konfhub-widget"
title="Register for TechPulse 24"
width="100%"
height="500"
style={{ border: "none" }} // Optionally, you can add styling here
></iframe>
</div>
);
}

export default MyComponent;

0 comments on commit 1b6ee63

Please sign in to comment.