Merge branch 'develop' of github.com:thecodingmachine/workadventure

This commit is contained in:
_Bastler
2021-09-21 21:10:09 +02:00
8 changed files with 29 additions and 8 deletions
@@ -1,9 +1,8 @@
<script lang="ts">
import {CONTACT_URL} from "../../Enum/EnvironmentVariable";
import {contactPageStore} from "../../Stores/MenuStore";
</script>
<iframe title="contact" src="{CONTACT_URL}"></iframe>
<iframe title="contact" src="{$contactPageStore}" allow="clipboard-read; clipboard-write self {$contactPageStore}" allowfullscreen></iframe>
<style lang="scss">
iframe {