Skip to content

Commit

Permalink
distinguish page differences (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: Chandra Y <[email protected]>
  • Loading branch information
jalowe13 and chandra-tacc authored Nov 21, 2024
1 parent 4e30625 commit be7846e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="container">
{% include "nav_cms_breadcrumbs.html" %}

<h1>View Submissions</h1>
<h1>User Submissions</h1>
<hr />
<p style="margin-bottom: 30px">A list of submissions by a user</p>
<hr />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ export const AdminSubmissions: React.FC = () => {

return (
<div>
<h1>View Submissions</h1>
<h1>All Submissions</h1>
<hr />
<p>All completed submissions by organizations</p>
<p>All submissions by organizations</p>
<hr />
<div className="filter-container">
<div className="filter-content">
Expand Down

0 comments on commit be7846e

Please sign in to comment.