Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #650

Closed
wants to merge 3 commits into from
Closed

test #650

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added react/src/assets/cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions react/src/components/employees/emma.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import img from '../../assets/emma-garcia.jpg';
import cat from '../../assets/cat.jpg';

const Emma = {
name: 'Emma Garcia',
bio: 'Emma is an Engineer. Every day, she speaks with users near and far to help them buy, replace, use, fix, and every so often, turn on Empower Plant’s state-of-the-art plant mood measurer (next time you consider gifting grandma with the latest technology, think of the support reps and buy her some art instead).',
url: 'emma',
img,
cat
};

export default Emma;
Loading