File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11@using X .PagedList
22@using LinkDotNet .Blog .Domain
3- <nav aria-label =" Page navigation example " >
3+ <nav aria-label =" Page navigation" >
44 <ul class =" pagination justify-content-center" >
55 <li class =" page-item @(!CurrentPage.IsFirstPage && CurrentPage.Count > 0 ? string.Empty : " disabled " )" >
6- <a class =" page-link" href =" # " tabindex =" -1" @onclick =" PreviousPage" >Previous</a >
6+ <a class =" page-link" href =" " tabindex =" -1" @onclick =" PreviousPage" >Previous</a >
77 </li >
88 <li class =" page-item @(!CurrentPage.IsLastPage && CurrentPage.Count > 0 ? string.Empty : " disabled " )" >
99 <a class =" page-link"
1010 @onclick =" NextPage"
11- href =" # " >Next</a >
11+ href =" " >Next</a >
1212 </li >
1313 </ul >
1414 </nav >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ templateSlideshowContainer.innerHTML = `
3737}
3838
3939.text {
40- color: var(--white);p
40+ color: var(--white);
4141 font-size: 15px;
4242 padding: 8px 12px;
4343 position: absolute;
You can’t perform that action at this time.
0 commit comments