Skip to content

Commit

Permalink
Merge pull request #3919 from SrijaVuppala295/book
Browse files Browse the repository at this point in the history
Fix URL Path for Booklist Swap in Dropdown Menu
  • Loading branch information
sailaja-adapa authored Oct 23, 2024
2 parents 325400a + 9c48d41 commit cb21495
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion assets/html/ConnReader.html
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@

<ul class="dropdown-menu-list">
<li>
<a href="chat.html" class="navbar-link" style="font-family: sans-serif; color: black; margin-bottom: 5px;">
<a href="/chat.html" class="navbar-link" style="font-family: sans-serif; color: black; margin-bottom: 5px;">
Community chat
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion assets/html/booklistswap.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@

<ul class="dropdown-menu-list">
<li>
<a href="chat.html" class="navbar-link"
<a href="/chat.html" class="navbar-link"
style="font-family: sans-serif; color: black; margin-bottom: 5px;">
Community chat
</a>
Expand Down
2 changes: 1 addition & 1 deletion assets/html/freeBooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@

<ul class="dropdown-menu-list">
<li>
<a href="chat.html" class="navbar-link"
<a href="/chat.html" class="navbar-link"
style="font-family: sans-serif; color: black; margin-bottom: 5px;">
Community chat
</a>
Expand Down
14 changes: 3 additions & 11 deletions assets/html/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,17 +436,6 @@














.container {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -481,7 +470,10 @@
display: block;
}


</style>


</head>
<body>

Expand Down

0 comments on commit cb21495

Please sign in to comment.