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 1
1
@using X .PagedList
2
2
@using LinkDotNet .Blog .Domain
3
- <nav aria-label =" Page navigation example " >
3
+ <nav aria-label =" Page navigation" >
4
4
<ul class =" pagination justify-content-center" >
5
5
<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 >
7
7
</li >
8
8
<li class =" page-item @(!CurrentPage.IsLastPage && CurrentPage.Count > 0 ? string.Empty : " disabled " )" >
9
9
<a class =" page-link"
10
10
@onclick =" NextPage"
11
- href =" # " >Next</a >
11
+ href =" " >Next</a >
12
12
</li >
13
13
</ul >
14
14
</nav >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ templateSlideshowContainer.innerHTML = `
37
37
}
38
38
39
39
.text {
40
- color: var(--white);p
40
+ color: var(--white);
41
41
font-size: 15px;
42
42
padding: 8px 12px;
43
43
position: absolute;
You can’t perform that action at this time.
0 commit comments