Just a toy trick to remove the stubborn "Made in Framer" Badge ;)
-
Edit the Project
Navigate to Assets > Code. -
Create a New Code File
Click the + icon and select New Code File. -
Replace the Code Section
Replace the following part with the code from the file.return ( <div style={containerStyle}> <Example /> </div> ) }
-
Save the File
PressCtrl+S
to save your changes. 💾 -
Update the Page
Open the desired page by navigating to Pages and selecting the page. -
Attach the Code File
In Assets > Code, drag the code file you created onto the page.
⚠️ Important: Repeat this step for each page you created by dragging the code file onto every page.
- Publish Your Website
Finally, publish your website 🔥 and you’re all set! 🎉