https://github.com/mcnuttandrew/no-grammar-supplement
Tip revision: 57d704e8ca05108db3526b7181d70fa33add3519 authored by Cameron Yick on 13 December 2023, 03:03:53 UTC
fix(docs): Update typos in public copy (#10)
fix(docs): Update typos in public copy (#10)
Tip revision: 57d704e
Popup.svelte
<script lang="ts">
import {paperTitle} from './utils';
</script>
<h2>No Grammar Survey Supplement</h2>
<p>
This website contains the supplementary for our currently under-review paper "{paperTitle}". To view the
content of the repository see
<a href="https://osf.io/e9v8y/" target="_blank" class="text-sky-600 visited:text-sky-600 underline">
this link
</a>
</p>
<style>
h2 {
font-size: 2rem;
text-align: center;
}
</style>