Skip to content

Commit 0f53c99

Browse files
committed
feat(docs): Improve footer on newsletter
1 parent 2a7f346 commit 0f53c99

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/src/components/DocPage.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ q-page.doc-page
6666
q-icon(name="fas fa-comments")
6767

6868
a(href="https://donate.quasar.dev", target="_blank")
69-
q-icon(name="fas fa-heart")
69+
q-icon(name="fas fa-medkit")
7070

71-
a(href="/newsletter")
72-
q-icon(name="email")
73-
div
71+
div.q-mt-md
72+
| Please subscribe to our <doc-link to="/newsletter">Newsletter</doc-link> to stay updated.
73+
div.q-mt-md
7474
| Released under the <doc-link to="https://github.com/quasarframework/quasar/blob/dev/LICENSE">MIT LICENSE</doc-link> | <doc-link to="https://www.iubenda.com/privacy-policy/40685560">Privacy Policy</doc-link>
7575

7676
div Copyright © 2015 - {{ year }} PULSARDEV SRL, Razvan Stoenescu

docs/src/pages/Landing.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,11 @@
176176
q-icon(name="fas fa-comments")
177177

178178
a(href="https://donate.quasar.dev", target="_blank")
179-
q-icon(name="fas fa-heart")
180-
181-
a(href="/newsletter")
182-
q-icon(name="email")
179+
q-icon(name="fas fa-medkit")
183180

184181
div.q-mt-md
182+
| Subscribe to our <doc-link to="/newsletter">Newsletter</doc-link>.
183+
div.q-mt-sm
185184
| Released under the <doc-link to="https://github.com/quasarframework/quasar/blob/dev/LICENSE">MIT LICENSE</doc-link> | <doc-link to="https://www.iubenda.com/privacy-policy/40685560">Privacy Policy</doc-link>
186185

187186
div Copyright © 2015 - {{ year }} PULSARDEV SRL, Razvan Stoenescu

0 commit comments

Comments
 (0)