Skip to content

Commit

Permalink
Merge pull request #11 from clariah-grlc-sustainability/cosmetic-changes
Browse files Browse the repository at this point in the history
replaces add filter button labels with '+'
  • Loading branch information
kodymoodley authored Oct 9, 2024
2 parents beab40c + 7063cdc commit 44323e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</div>
</div>
</div>
<button id="add-filter">Add Attribute Filter</button>
<button id="add-filter">+</button>
</div>
</div>

Expand Down Expand Up @@ -85,7 +85,7 @@
</div>
</div>
</div>
<button id="add-value-filter">Add Value Range Filter</button>
<button id="add-value-filter">+</button>
</div>
</div>

Expand Down Expand Up @@ -115,7 +115,7 @@
</div>
</div>
</div>
<button id="add-regex-filter">Add String Match Filter</button>
<button id="add-regex-filter">+</button>
</div>
</div>

Expand All @@ -142,7 +142,7 @@
</div>
</div>
</div>
<button id="add-show-attribute">Add Show Attribute</button>
<button id="add-show-attribute">+</button>
</div>
</div>

Expand Down

0 comments on commit 44323e1

Please sign in to comment.