mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Update typeform.js
This commit is contained in:
@@ -4,6 +4,9 @@ import Head from '@docusaurus/Head';
|
||||
export function TypeformWidget(props) {
|
||||
const [widgetLoaded, setWidgetLoaded] = useState(false);
|
||||
const widgetStyle = {
|
||||
data-transparency="100"
|
||||
data-hide-headers=true
|
||||
data-hide-footer=true
|
||||
width: '100%',
|
||||
height: '500px',
|
||||
transition: 'opacity 0.3s ease-in',
|
||||
|
||||
Reference in New Issue
Block a user