Update typeform.js

This commit is contained in:
peth-yursick
2020-10-26 22:35:42 +01:00
committed by GitHub
parent f0f6f601c8
commit 6f2aad0dd9

View File

@@ -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',