Skip to content

Commit

Permalink
chore: remove help button
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala committed Jul 3, 2024
1 parent 1814aa3 commit 28e9665
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
5 changes: 0 additions & 5 deletions assets/images/icons/help.svg

This file was deleted.

18 changes: 0 additions & 18 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,6 @@ button {
left: 40px;
}

.help-button-container {
position: absolute;
bottom: 40px;
left: 40px;
}

#helpButton {
display: inline-flex;
padding: 8px 10px 8px 8px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 100px;
border: 1px solid #1f1f1f;
background-color: transparent;
cursor: pointer;
}

.primary-button-text {
color: #fff;
font-size: 14px;
Expand Down
11 changes: 0 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,5 @@ <h6 class="ag-data-title raw-data-title">Raw message data</h6>
</div>
</template>
</main>

<div class="help-button-container">
<button class="help-button" id="helpButton">
<img
src="assets/images/icons/help.svg"
alt="Help Icon"
class="help-icon"
/>
<span class="primary-button-text">Help</span>
</button>
</div>
</body>
</html>

0 comments on commit 28e9665

Please sign in to comment.