Merge branch 'main' into website-version-3

This commit is contained in:
Thomas Smith 2022-11-02 20:53:17 -04:00 committed by GitHub
commit 10d314b80d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,6 +194,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
<script> <script>
const toastTrigger = document.getElementById('liveToastBtn') const toastTrigger = document.getElementById('liveToastBtn')
const toastLiveExample = document.getElementById('liveToast') const toastLiveExample = document.getElementById('liveToast')
if (toastTrigger) { if (toastTrigger) {