Skip to content

Commit

Permalink
Adding button for calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
alkhafaji4 committed Nov 14, 2024
1 parent 7436525 commit 5e7b770
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/scripts/bookStatus.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Import Firebase modules
import { auth, db } from './firebaseConfig';
import { doc, getDoc, setDoc, getDocs, collection } from "firebase/firestore";

Expand Down
1 change: 1 addition & 0 deletions public/webpages/html/calender.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<a href="MyClubs.html"><button class="loginbutton">My Clubs</button></a>
<a href="club.html"><button class="loginbutton">Create A Club</button></a>
<a href="join.html"><button class="loginbutton">Join</button></a>
<a href="calender.html"><button class= "loginbutton">Calendar</button></a>
</li>
</ul>
</nav>
Expand Down
1 change: 1 addition & 0 deletions public/webpages/html/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<a href="club.html"><button class="loginbutton">Create A Club</button></button></a>
<a href="join.html"><button class="loginbutton">Join</button></a>
<a href="logout.html"><button class="loginbutton">Logout</button></a>
<a href="calender.html"><button class= "loginbutton">Calendar</button></a>
</li>


Expand Down

0 comments on commit 5e7b770

Please sign in to comment.