diff --git a/scripts/copyright_headers.py b/scripts/copyright_headers.py index d014d5abf..e1f2087b6 100644 --- a/scripts/copyright_headers.py +++ b/scripts/copyright_headers.py @@ -37,7 +37,7 @@ for dirpath, dirnames, fnames in os.walk("."): continue for fname in fnames: - for ext in ".py", ".ts", ".rs": + for ext in ".py", ".ts", ".rs", ".svelte": if fname.endswith(ext): path = dir / fname with open(path) as f: diff --git a/ts/congrats/CongratsPage.svelte b/ts/congrats/CongratsPage.svelte index 5f3a2f842..4f7e01c9e 100644 --- a/ts/congrats/CongratsPage.svelte +++ b/ts/congrats/CongratsPage.svelte @@ -1,3 +1,7 @@ +