Skip to content

Commit

Permalink
Merge pull request #226 from ignapas/newsletter-links
Browse files Browse the repository at this point in the history
Newsletter links
  • Loading branch information
egauzens authored Nov 8, 2024
2 parents 1cf66d3 + ae666be commit ac08d4d
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions pages/news-and-events/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,18 @@
<newsletter-form />
<div class="newsletter-archive mt-16">
<div class="heading2 mt-24">Current Newsletter</div>
<div ref="newsletterArchive" id="newsletter-archive" />
<a class="mt-8" href="//us2.campaign-archive.com/home/?u=e60c48f231a30b544eed731ea&id=c81a347bd8"
target="_blank">
View all Newsletters<svgo-icon-open />
</a>
<div>
<a class="mt-8" href="https://docs.sparc.science/docs/sparc-plug-current"
target="_blank">
Read the current SPARC Plug Newsletter<svgo-icon-open />
</a>
</div>
<div>
<a class="mt-8" href="https://docs.sparc.science/docs/sparc-plug-newsletter-archive"
target="_blank">
View Newsletters Archive<svgo-icon-open />
</a>
</div>
</div>
</el-col>
<el-col :xs="24" :sm="12" class="newsletter-wrap right-panel">
Expand Down Expand Up @@ -149,10 +156,6 @@ export default {
}
},
mounted() {
this.$injectNewsletterArchive('#newsletter-archive')
},
watch: {
'$route.query': {
handler: async function() {
Expand Down

0 comments on commit ac08d4d

Please sign in to comment.