Skip to content

Commit 10401c3

Browse files
committed
fix: switch unused calendar to knowledge base link
1 parent 8d45144 commit 10401c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Navigation/Navigation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ function Navigation({ isAuthenticated, onOpenModal }) {
4747
</Link>
4848
{renderBecomeAMentor()}
4949
<Link
50-
href="https://calendar.google.com/calendar/u/0?cid=Y18xdmhxMWlzOTRqdHVwdHZnNTJrbzM0cW42a0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t"
50+
href="https://codingcoach.tawk.help"
5151
target="_blank"
5252
rel="noopener noreferrer"
5353
>
54-
Sessions Calendar
54+
Knowledge Base
5555
</Link>
5656
</List>
5757
</Nav>

0 commit comments

Comments
 (0)