Skip to content

Commit

Permalink
chore(docs): backport recent fixes to v5 (#8263)
Browse files Browse the repository at this point in the history
* backport #8252

* backport #8243
  • Loading branch information
jtoar committed May 9, 2023
1 parent 95bf765 commit 8c42300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

description: "Learn how to build dashboards fast using the termor React library of data visualization components."
description: "Learn how to build dashboards fast using the Tremor React library of data visualization components."
---

# Build Dashboards Fast with Tremor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ And after clicking "Signup" you should end up back on the homepage, where everyt
![Posts admin](https://user-images.githubusercontent.com/300/146465485-c169a4b8-f398-47ec-8412-4fc15a666976.png)
Awesome! Signing up will automatically log you in (although this behavior [can be changed](../../authentication.md#signuphandler)) and if you look in the code for the `SignupPage` you'll see where the redirect to the homepage takes place (hint: check out line 21).
Awesome! Signing up will automatically log you in (although this behavior [can be changed](../../auth/dbauth.md#signuphandler)) and if you look in the code for the `SignupPage` you'll see where the redirect to the homepage takes place (hint: check out line 21).
## Add a Logout Link
Expand Down

0 comments on commit 8c42300

Please sign in to comment.