Skip to content

Commit 2b35d47

Browse files
author
Ben Warzeski
authored
feat: mock data updates
feat: mock data updates
2 parents 255bd88 + 72292da commit 2b35d47

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+893
-876
lines changed

src/components/AppContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
66
*/
77

88
const AppContainer = ({ Component }) => (
9-
<div>
9+
<div className="bg-light-300">
1010
<Component />
1111
</div>
1212
);

0 commit comments

Comments
 (0)