Skip to content

Commit

Permalink
DEV deployment mock test (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubmamatha authored Mar 11, 2024
1 parent 388e3e5 commit 655a1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<v-container>
<DataTable
:data="eoiApplications"
title="Expressions of Interest(EOI)"
title="Expressions of Interest (EOI)"
:buttonAction="redirectToEOIForm"
buttonTitle="Create new EOI"
:routeName="routes.EOI"
Expand All @@ -42,7 +42,7 @@
<br />
<DataTable
:data="schoolApplications"
title="New School Applications"
title="New School Application"
:routeName="routes.APP"
/>
</v-container>
Expand Down

0 comments on commit 655a1c4

Please sign in to comment.