Skip to content

Commit

Permalink
feat(fe:FSADT1-1382): Added code for the dashboard empty state
Browse files Browse the repository at this point in the history
- Made changes requested by Andrea
  • Loading branch information
mamartinezmejia committed Jul 4, 2024
1 parent a8780d3 commit 369ae61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/pages/SubmissionListPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ const summitSvg = useSvg(summit);
v-if="totalItems == 0 && userhasAuthority">
<summit-svg alt="Summit pictogram"
class="standard-svg"/>
<p class="heading-02">There are no submissions to show yet</p>
<p class="body-compact-01">All submissions will appear here once they are submitted</p>
<p class="body-compact-01">Submissions remain in this list for only 7 days after they're reviewed</p>
<p class="heading-02">No submissions to show yet</p>
<p class="body-compact-01">They will appear once they're submitted</p>
<p class="body-compact-01">Submissions remain here for only 7 days after they're reviewed</p>
</div>

<div class="paginator" v-if="totalItems && userhasAuthority">
Expand Down

0 comments on commit 369ae61

Please sign in to comment.