Skip to content

Commit d8102f2

Browse files
committed
remove remaining rocket rental references
Alliteration was not intentional, but is awesome ��
1 parent fc981da commit d8102f2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/routes/users+/$username.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const meta: V2_MetaFunction<typeof loader> = ({ data, params }) => {
118118
{ title: `${displayName} | Epic Notes` },
119119
{
120120
name: 'description',
121-
content: `${displayName} on Epic Notes is not a host or renter yet.`,
121+
content: `Profile of ${displayName} on Epic Notes`,
122122
},
123123
]
124124
}

prisma/seed.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ async function seed() {
2323
},
2424
})
2525
console.timeEnd(`👑 Created admin role/permission...`)
26-
// hosts with ships and reviews
27-
// renters with bookings and reviews
28-
// hosts who are renters also
2926
const totalUsers = 40
3027
console.time(`👤 Created ${totalUsers} users...`)
3128
const users = await Promise.all(

0 commit comments

Comments
 (0)