We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c583da commit 27c9f08Copy full SHA for 27c9f08
src/containers/HeaderDashboard/index.js
@@ -0,0 +1,16 @@
1
+import React from "react";
2
+
3
+import LogoCollab from "../../components/LogoCollab";
4
+import PhotoUserCollab from "../../components/PhotoUserCollab";
5
6
+import { Header } from "./styles";
7
8
+export default function HeaderDashboard() {
9
+ return (
10
+ <Header>
11
+ <LogoCollab />
12
+ <PhotoUserCollab img={'https://cdn.vox-cdn.com/thumbor/Oi6jzvQzWetJGlkpwLqlP1L9p28=/0x0:5568x3712/1200x800/filters:focal(2858x720:3748x1610)/cdn.vox-cdn.com/uploads/chorus_image/image/62207705/922984782.jpg.0.jpg'} />
13
+ </Header>
14
+ );
15
+}
16
0 commit comments