-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39969ec
commit c078308
Showing
5 changed files
with
81 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,21 +8,22 @@ const Main = () => { | |
fullName: "", | ||
jobTitle: "", | ||
address: "", | ||
email: "", | ||
phoneNumber: "", | ||
email: "", | ||
website: "", | ||
summary: "", | ||
skills: "", | ||
}; | ||
|
||
const exampleData: DataProps = { | ||
fullName: "Joe Doe", | ||
fullName: "John Doe", | ||
jobTitle: "Software Developer", | ||
address: "Cracow, Poland", | ||
email: "[email protected]", | ||
phoneNumber: "666 777 888", | ||
phoneNumber: "123 456 789", | ||
email: "[email protected]", | ||
website: "www.example.com", | ||
summary: "I am a ...", | ||
summary: | ||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", | ||
skills: "React / Typescript / Tailwind", | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters