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.
2 parents 5ea74ab + cdd88cd commit 348a1d2Copy full SHA for 348a1d2
1 file changed
components/utils/Header.js
@@ -246,9 +246,15 @@ const Header = ({
246
</LoginBar>
247
</>
248
) : (
249
- <Button variant="outline-secondary" size="sm" onClick={() => setOpen(true)}>
250
- <div>Sign In</div>
251
- </Button>
+ <>
+ <Button variant="outline-secondary" size="sm" className="mr-1" onClick={tweet}>
+ <FiTwitter />
252
+ Tweet it
253
+ </Button>
254
+ <Button variant="outline-secondary" size="sm" onClick={() => setOpen(true)}>
255
+ <div>Sign In</div>
256
257
+ </>
258
)}
259
<CreateShape
260
show={showCreateShape}
0 commit comments