Skip to content

Commit

Permalink
remove test button in home view
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jul 10, 2024
1 parent 4d5c7e0 commit c47e06a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<daffio-home-hero></daffio-home-hero>
<daffio-home-callout-pwa></daffio-home-callout-pwa>
<button daffStickyTracker class="button">Get Started</button>
<daffio-home-callout-platforms></daffio-home-callout-platforms>
12 changes: 0 additions & 12 deletions apps/daffio/src/app/content/home/view/home-view.component.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
:host {
display: block;
}

.button {
position: sticky;
bottom: 0;
width: 100%;
appearance: none;
background: black;
color: white;
padding: 24px;
border: 0;
z-index: 3;
}

0 comments on commit c47e06a

Please sign in to comment.