Skip to content

Commit

Permalink
Merge branch 'main' into jmo-grant-details-avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsmohan authored Mar 1, 2024
2 parents 7ab545a + 05f688e commit ea05985
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 147 deletions.
5 changes: 5 additions & 0 deletions packages/client/src/views/GrantDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@
<strong>{{ agency.agency_name }}</strong> team status to
<strong>{{ agency.interested_code_name }}</strong>
</p>
<p v-if="agency.user_email">
<a :href="`mailto:${ agency.user_email }`" class="text-muted">
<small><b-icon icon="envelope-fill"></b-icon> {{ agency.user_email }}</small>
</a>
</p>
</div>
<b-button-close
@click="unmarkGrantAsInterested(agency)"
Expand Down
Loading

0 comments on commit ea05985

Please sign in to comment.