File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ export const Hello = async () => {
12
12
{ `👋 ` }
13
13
{ t ( 'hello_message' , { email : user ?. emailAddresses [ 0 ] ?. emailAddress } ) }
14
14
</ p >
15
+ < p >
16
+ { t . rich ( 'alternative_message' , {
17
+ url : ( ) => (
18
+ < a
19
+ className = "text-blue-700 hover:border-b-2 hover:border-blue-700"
20
+ href = "https://nextjs-boilerplate.com/pro-saas-starter-kit"
21
+ >
22
+ Next.js Boilerplate SaaS
23
+ </ a >
24
+ ) ,
25
+ } ) }
26
+ </ p >
15
27
< Sponsors />
16
28
</ >
17
29
) ;
Original file line number Diff line number Diff line change 61
61
},
62
62
"Dashboard" : {
63
63
"meta_title" : " Dashboard" ,
64
- "hello_message" : " Hello {email}!"
64
+ "hello_message" : " Hello {email}!" ,
65
+ "alternative_message" : " Want to build your SaaS faster using the same stack? <url></url>."
65
66
},
66
67
"UserProfile" : {
67
68
"meta_title" : " User Profile"
You can’t perform that action at this time.
0 commit comments