Skip to content

Commit

Permalink
Merge branch 'development' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin authored Nov 24, 2023
2 parents cc8092d + 2df6e6a commit 0d453c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions apps/ngx-bootstrap-docs/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
<meta name="msapplication-navbutton-color" content="#1d1d2b">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-starturl" content="/">

<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "i9gy181ywq");
</script>

</head>
<body>
<bs-demo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ <h1 data-cypress="sloganBs">Develop better. Faster.</h1>
</a>
</div>
<div class="button-box d-flex justify-content-between">
<a class="btn btn-primary text-white" (click)="scrollToSection()">Get started</a>
<a class="btn btn-outline-primary" routerLink="/documentation">Documentation</a>
<a class="btn btn-primary text-white" routerLink="/documentation">Get started</a>
<a class="btn btn-outline-primary" routerLink="/components">Documentation</a>
</div>
</div>
<div class="logo position-relative d-none d-lg-block">
Expand Down

0 comments on commit 0d453c5

Please sign in to comment.