Skip to content

Commit

Permalink
fix snap
Browse files Browse the repository at this point in the history
  • Loading branch information
domoberzin committed Apr 1, 2024
1 parent 6962b71 commit c166997
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,16 @@ exports[`AdminSearchPageComponent should snap with an expanded account requests
<div
class="d-flex flex-row align-items-center justify-content-center gap-2"
>
<div>
<a
href="javascript:;"
id="edit-account-request-0"
>
<i
class="fa-solid fa-pen"
/>
</a>
</div>
<div
class="ngb-tooltip-class"
>
Expand All @@ -529,6 +539,12 @@ exports[`AdminSearchPageComponent should snap with an expanded account requests
/>
</a>
</div>
<button
class="btn btn-success"
id="approve-account-request-0"
>
Approve
</button>
</div>
</td>
</tr>
Expand Down

0 comments on commit c166997

Please sign in to comment.