mirror of https://github.com/zulip/zulip.git
hello: Fix google analytics not working.
Since GA was only imported in portico bundle which we don't use in hello page due to bootstrap, GA was not loaded.
This commit is contained in:
parent
70748181da
commit
e8ced3e74a
|
@ -4,3 +4,4 @@
|
|||
import "source-sans/source-sans-3VF.css";
|
||||
import "source-code-pro/source-code-pro.css";
|
||||
import "@fontsource-variable/open-sans";
|
||||
import "../portico/google-analytics";
|
||||
|
|
Loading…
Reference in New Issue