Skip to content

Commit

Permalink
add how to test
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Nov 20, 2023
1 parent 5ccbb0d commit 5ceefc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function AppRouterRedirect() {
<Title subtitle="+ client components, route handlers, redirects, and fetch" />

<p className="italic max-w-xl">
How to test: login and refresh the page to see iron-session in action.
<u>How to test</u>: Login and refresh the page to see iron-session in
action.
</p>

<div className="grid grid-cols-1 gap-4 p-10 border border-gray-500 rounded-md max-w-xl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export default function AppRouterRedirect() {
/>

<p className="italic max-w-xl">
How to test: login and refresh the page to see iron-session in action.
Bonus: open multiple tabs to see the state being reflected by SWR
automatically.
<u>How to test</u>: Login and refresh the page to see iron-session in
action. Bonus: open multiple tabs to see the state being reflected by
SWR automatically.
</p>

<div className="grid grid-cols-1 gap-4 p-10 border border-gray-500 rounded-md max-w-xl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default async function AppRouter() {
<Title subtitle="+ server components, and server actions" />

<p className="italic max-w-xl">
How to test: login and refresh the page to see iron-session in action.
<u>How to test</u>: Login and refresh the page to see iron-session in
action.
</p>

<div className="grid grid-cols-1 gap-4 p-10 border border-gray-500 rounded-md max-w-xl">
Expand Down

0 comments on commit 5ceefc2

Please sign in to comment.