You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: howtos/how-to-make-a-clickable-avatar-in-a-header/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ This is an example project for TalkJS's tutorial on how to make a clickable avat
2
2
3
3
This project uses TalkJS's [custom header feature](https://talkjs.com/docs/Features/Customizations/Creating_Custom_Headers/). The custom header in this example contains a link that leads to user's profile page.
4
4
5
-
The data is fetched from ExpressJS server that returns the list of users, the information about the current user and the current template.
5
+
The frontend fetches the data from a backend ExpressJS server that returns the list of users, the information about the current user and the current template.
0 commit comments