File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
packages/@vuepress/theme-default/__tests__/components/__snapshots__ Expand file tree Collapse file tree 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`] = `
44<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 >
55 <ul class = " nav-dropdown" style = " display: none;" name = " dropdown" >
66 <li class = " dropdown-item" >
7- <!----> <a class = " nav-link" >Guide</a ></li >
7+ <!----> <a class = " nav-link" >
8+ Guide
9+ </a ></li >
810 <li class = " dropdown-item" >
9- <!----> <a class = " nav-link" >Config Reference</a ></li >
11+ <!----> <a class = " nav-link" >
12+ Config Reference
13+ </a ></li >
1014 </ul >
1115</div >
1216` ;
Original file line number Diff line number Diff line change @@ -6,4 +6,8 @@ exports[`NavLink renders nav link with external link 1`] = `
66 <p class = " component outbound-link" >outbound-link</p ></a >
77` ;
88
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