fix: move script/style inside their parent elements in nav.el and enterprise.el
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 18s
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 18s
This commit is contained in:
+1
-3
@@ -166,8 +166,6 @@ fn enterprise() -> String {
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
.ent-inquiry-form {
|
||||
display: grid;
|
||||
@@ -180,6 +178,6 @@ fn enterprise() -> String {
|
||||
.ent-inquiry-form > div[style*="grid-column: 1 / -1"] { grid-column: 1; }
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="/js/enterprise.js" defer></script>
|
||||
</section>
|
||||
}
|
||||
|
||||
+1
-2
@@ -49,7 +49,6 @@ fn nav() -> String {
|
||||
<a href="/#pricing" class="nav-mobile-cta">Get Access</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<script src="/js/nav.js" defer></script>
|
||||
</nav>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user