Merge pull request #1499 from thecodingmachine/develop

Release 1.5.3
This commit is contained in:
grégoire parant
2021-10-04 20:54:13 +02:00
committed by GitHub
108 changed files with 1087 additions and 8740 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 {