File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { VTLink } from '@vue/theme'
3
3
</script >
4
4
5
5
<template >
6
- <section id =" newsletter" class =" NewsletterSection " >
6
+ <section id =" newsletter" class =" NewsLetter " >
7
7
<div class =" container" >
8
8
<h2 class =" title" >Subscribe to our weekly newsletter.</h2 >
9
9
@@ -47,22 +47,22 @@ import { VTLink } from '@vue/theme'
47
47
</template >
48
48
49
49
<style scoped>
50
- .NewsletterSection {
50
+ .NewsLetter {
51
51
border-top : 1px solid transparent ;
52
52
border-bottom : 1px solid var (--vt-c-divider-light );
53
53
padding : 32px 24px ;
54
54
background : var (--vt-c-bg-soft );
55
55
transition : border-color 0.5s , background-color 0.5s ;
56
56
}
57
57
58
- .dark .NewsletterSection {
58
+ .dark .NewsLetter {
59
59
border-top-color : var (--vt-c-divider-light );
60
60
border-bottom-color : transparent ;
61
61
background : var (--vt-c-bg );
62
62
}
63
63
64
64
@media (min-width : 768px ) {
65
- .NewsletterSection {
65
+ .NewsLetter {
66
66
padding : 48px 32px ;
67
67
}
68
68
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ page: true
3
3
---
4
4
5
5
<script setup >
6
- import NewsLetter from ' ./.vitepress/theme/components/NewsletterSection .vue'
6
+ import NewsLetter from ' ./.vitepress/theme/components/NewsLetter .vue'
7
7
</script >
8
8
9
9
<section id =" hero " >
@@ -54,7 +54,7 @@ page: true
54
54
<!-- TODO show tooling screenshots -->
55
55
</section >
56
56
57
- <NewsLetter />
57
+ <NewsLetter />
58
58
59
59
<style scoped >
60
60
section {
You can’t perform that action at this time.
0 commit comments