Skip to content

Commit c47c0f5

Browse files
jai-deepsourcedeepsource-autofix[bot]rohan-deepsource
authored
Remove subscription box (#450)
* Remove subscription box * Format code with prettier and black * Update components/Sidebar.vue * fix: remove unused imports Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> Co-authored-by: Rohan <[email protected]>
1 parent a2b91cf commit c47c0f5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

components/Sidebar.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
>
4242
</div>
4343

44-
<div class="pt-6">
45-
<h3 class="section-heading">Subscribe to the newsletter</h3>
46-
<subscription-form class="py-1" />
47-
</div>
48-
4944
<div class="text-sm pt-6">
5045
<a
5146
class="flex flex-row justify-center items-center"
@@ -68,12 +63,8 @@
6863

6964
<script>
7065
import Tags from '~/data/tags.json'
71-
import SubscriptionForm from '~/components/SubscriptionForm.vue'
7266
7367
export default {
74-
components: {
75-
SubscriptionForm
76-
},
7768
data: function () {
7869
return {
7970
tags: Tags

0 commit comments

Comments
 (0)