Skip to content

Commit

Permalink
Merge branch 'newsletter-archive' of github.com:ignapas/sparc-app int…
Browse files Browse the repository at this point in the history
…o newsletter-archive
  • Loading branch information
ignapas committed Jun 15, 2022
2 parents aed33fc + 7d1f89f commit 99a8a81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pages/contact-us/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@

<div v-if="isBugSubmitted" class="msg-success">
<p>
Thank you for letting us know about this error or technical issue.
If you requested a response, a member of the SPARC team will contact
you within two business days.
Thank you for letting us know about this error or issue. If you
requested a response, a member of the SPARC team will contact you
within two business days.
</p>
<a href="#" @click="resetForms">Submit another inquiry</a>
</div>
Expand Down Expand Up @@ -111,7 +111,7 @@ export default {
value: 'general'
},
{
label: 'I want to report an error or a technical issue',
label: 'I want to report an error or an issue',
value: 'bug'
}
],
Expand Down
4 changes: 1 addition & 3 deletions pages/news-and-events/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@
<newsletter-form />
<div class="newsletter-archive">
<style type="text/css">
<!--
.campaign { margin-top: .5em; }
//-->
.campaign { margin-top: .5em; }
</style>
<h3 class="mb-24">View previous Newsletters</h3>
<div id="newsletter-archive" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/postscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default (_, inject) => {
inject('injectNewsletterArchive', elementSelector => {
postscribe(
elementSelector,
'<script language="javascript" src="//science.us2.list-manage.com/generate-js/?u=e60c48f231a30b544eed731ea&fid=46414&show=10" type="text/javascript"></script>'
'<script language="javascript" src="//science.us2.list-manage.com/generate-js/?u=e60c48f231a30b544eed731ea&fid=46414&show=5" type="text/javascript"></script>'
)
})
}

0 comments on commit 99a8a81

Please sign in to comment.