Skip to content

Commit

Permalink
Updated Team story to show Team member profile image
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigh393 committed Mar 12, 2021
1 parent a68d40f commit 4ac4e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docs/Team.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';
import { Box } from '@material-ui/core';
import TeamMemberCard from "../components/TeamMemberCard/";
import tylerPicture from "../assets/TeamMemberPictures/Tyler.jpg";
import justinPicture from "../assets/TeamMemberPictures/Justin.jpg";

<Meta title='Introduction/Team' />

Expand All @@ -26,7 +27,7 @@ import tylerPicture from "../assets/TeamMemberPictures/Tyler.jpg";
<TeamMemberCard
firstName="Justin"
lastName="Campbell"
imageUrl="https://justincampbell.dev/Justin.jpg"
imageUrl={justinPicture}
websiteUrl="https://justincampbell.dev/"
>
<Typography variant="body1" paragraph>
Expand Down

0 comments on commit 4ac4e37

Please sign in to comment.