File tree 2 files changed +11
-3
lines changed
packages/@vuepress/theme-default/__tests__/components/__snapshots__
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ exports[`DropdownLink renders dropdown link. 1`] = `
4
4
<div class = " dropdown-wrapper" ><button type = " button" aria-label = " Learn More Select" class = " dropdown-title" ><span class = " title" >Learn More</span > <span class = " arrow right" ></span ></button >
5
5
<ul class = " nav-dropdown" style = " display: none;" name = " dropdown" >
6
6
<li class = " dropdown-item" >
7
- <!----> <a class = " nav-link" >Guide</a ></li >
7
+ <!----> <a class = " nav-link" >
8
+ Guide
9
+ </a ></li >
8
10
<li class = " dropdown-item" >
9
- <!----> <a class = " nav-link" >Config Reference</a ></li >
11
+ <!----> <a class = " nav-link" >
12
+ Config Reference
13
+ </a ></li >
10
14
</ul >
11
15
</div >
12
16
` ;
Original file line number Diff line number Diff line change @@ -6,4 +6,8 @@ exports[`NavLink renders nav link with external link 1`] = `
6
6
<p class = " component outbound-link" >outbound-link</p ></a >
7
7
` ;
8
8
9
- exports [` NavLink renders nav link with internal link 1` ] = ` <a class = " nav-link" >VuePress</a >` ;
9
+ exports [` NavLink renders nav link with internal link 1` ] = `
10
+ <a class = " nav-link" >
11
+ VuePress
12
+ </a >
13
+ ` ;
You can’t perform that action at this time.
0 commit comments