Skip to content

Commit

Permalink
chore: change header to Rishabh Jain
Browse files Browse the repository at this point in the history
  • Loading branch information
jrishabh55 committed Jun 20, 2020
1 parent 53730a5 commit 21f8a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Layout: FC = ({ children }) => {
return (
<>
<Box shadowType="normal" className="bg-blue-500 pl-4 p-2 text-lg text-white font-bold mb-4">
Snap IT
Rishabh Jain
</Box>
<Box display="block" className="container mx-auto">
{children}
Expand Down

0 comments on commit 21f8a8d

Please sign in to comment.