diff options
author | crupest <crupest@outlook.com> | 2024-08-16 00:08:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-08-17 00:11:21 +0800 |
commit | 52510ae629a788b794745c40c697f81f0ca87f26 (patch) | |
tree | 1f2639ebfed6be3e2ee69f4ea2a3c728a592f39b /docker/crupest-nginx/sites/www/src/main.ts | |
parent | 9fbf6b8c5a289182125fdabf754b037d2cb70eb8 (diff) | |
download | crupest-52510ae629a788b794745c40c697f81f0ca87f26.tar.gz crupest-52510ae629a788b794745c40c697f81f0ca87f26.tar.bz2 crupest-52510ae629a788b794745c40c697f81f0ca87f26.zip |
feat(www): upgrade dependencies.
Diffstat (limited to 'docker/crupest-nginx/sites/www/src/main.ts')
-rw-r--r-- | docker/crupest-nginx/sites/www/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-nginx/sites/www/src/main.ts b/docker/crupest-nginx/sites/www/src/main.ts index 13553ed..2f09deb 100644 --- a/docker/crupest-nginx/sites/www/src/main.ts +++ b/docker/crupest-nginx/sites/www/src/main.ts @@ -41,7 +41,7 @@ setTimeout(() => { }); const sloganContainer = document.querySelector( - ".slogan-container" + ".slogan-container", ) as HTMLDivElement; setTimeout(() => { |