Skip to content

Commit ac416bf

Browse files
committed
fix(dashboard): mutation
1 parent 0049e13 commit ac416bf

File tree

12 files changed

+188
-2468
lines changed

12 files changed

+188
-2468
lines changed

app/src/pages/dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function Dashboard() {
1515
return (
1616
<div>
1717
<h1>Hey 👋,</h1>
18-
<p>Thank you for joining authorizer demo app.</p>
18+
<p>Thank you for using authorizer.</p>
1919
<p>
2020
Your email address is{' '}
2121
<a href={`mailto:${user?.email}`} style={{ color: '#3B82F6' }}>

0 commit comments

Comments
 (0)