Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Fix spacing in domain and application review #140

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/views/admin/developers_review.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<h2>No more apps to review</h2>
</div>
</td-cards>
<br><br>
<div class="no-text">REJECT</div>
<div class="yes-text">APPROVE</div>
</ion-pane>
Expand Down
1 change: 1 addition & 0 deletions app/views/admin/review.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<h2>No more domains to review</h2>
</div>
</td-cards>
<br><br>
<div class="no-text">REJECT</div>
<div class="yes-text">APPROVE</div>
</ion-pane>
Expand Down