Skip to content

Commit

Permalink
Merge pull request #15 from dailybruin/newhenry
Browse files Browse the repository at this point in the history
Newhenry
  • Loading branch information
thenry3 authored Dec 9, 2019
2 parents 93a4f85 + 1c7d209 commit 61ed43b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const BoxImage = styled('div')`
padding: 15px;
margin: 15px;
flex-grow: 2;
/* background: url(${Picture}); */
${BoxImg}
padding: 15px;
@media only screen and (max-width: 800px) {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const IndexPage = ({ data }) => (
))}
<Divide />
<Footer
developers="Henry Trinh, Karl Huang, Jay Park, Matthew Ko, Max Wu"
developers="Henry Trinh, Karl Huang, Jay Park, Matthew Ko, Max Wu, Lauren Ho"
copyrightYear={2019}
style={css`
margin-bottom: 0px;
Expand Down
2 changes: 1 addition & 1 deletion src/templates/article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const ArticlePage = ({ data }) => (
margin-bottom: 0px;
color: #fffcf5;
`}
developers="Henry Trinh, Karl Huang, Jay Park, Matthew Ko, Max Wu"
developers="Henry Trinh, Karl Huang, Jay Park, Matthew Ko, Max Wu, Lauren Ho"
copyrightYear={2019}
/>
</Wrapper>
Expand Down

0 comments on commit 61ed43b

Please sign in to comment.