Styles: update styling for user page header

This commit is contained in:
Aaron William Po
2023-11-27 23:06:31 -05:00
parent 7c87be09cf
commit 0c09db24a7
3 changed files with 6 additions and 24 deletions

View File

@@ -75,7 +75,7 @@ const createNewUsers = async ({ numberOfUsers }: CreateNewUsersArgs) => {
const dateOfBirth = faker.date.birthdate({ mode: 'age', min: 19 });
const createdAt = faker.date.past({ years: 4 });
const bio = faker.lorem.paragraphs(3).replace(/\n/g, ' ');
const bio = faker.lorem.paragraphs(1).replace(/\n/g, ' ');
const user: UserData = {
firstName,