Skip to content

Commit

Permalink
Merge pull request #984 from nwanduka/patch-11
Browse files Browse the repository at this point in the history
changed <a> tag to <button>
  • Loading branch information
birm authored Jun 22, 2024
2 parents 783162f + 9af220e commit 107799a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/dev-workbench/workbench.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@

class="nav-item dropdown"
>
<a
<button
class="nav-link dropdown-toggle"
id="navbarDropdownMenuLink"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>Options</a
>Options</button
>
<div
style="margin-left: -5em;"
Expand Down Expand Up @@ -166,6 +166,7 @@
"
type="button"
class="btn btn-primary"
aria-label="Select or create your dataset"
>
<i data-feather="chevron-right" class="text-white"></i>
</button>
Expand Down

0 comments on commit 107799a

Please sign in to comment.