Skip to content

Commit

Permalink
feat(fe:FSADT1-1382): Added code for the dashboard empty state (#1033)
Browse files Browse the repository at this point in the history
* feat(fe:FSADT1-1382): Added code for the dashboard empty state
- Added missing line that was not in Figma

* feat(fe:FSADT1-1382): Added code for the dashboard empty state
- Made changes requested by Andrea

* feat(fe:FSADT1-1382): Added code for the dashboard empty state
- Made changes requested by Andrea
  • Loading branch information
mamartinezmejia authored Jul 4, 2024
1 parent 59b5d90 commit 4215013
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/pages/SubmissionListPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +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="heading-02">No submissions to show yet</p>
<p class="body-compact-01">They will appear once 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 4215013

Please sign in to comment.