Skip to content
Snippets Groups Projects
Commit bc928b84 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

update menu

parent 23ecdb66
Branches master
No related tags found
No related merge requests found
import React from 'react'; import React from 'react';
import { FaHome, FaUserAlt, FaServer, FaVideo, FaChartLine, FaListAlt, FaTable, FaCubes, FaFilm, FaPencilAlt, FaChalkboard, FaPaintBrush } from 'react-icons/fa'; import { FaHome, FaUserAlt, FaServer, FaVideo, FaChartLine, FaListAlt, FaTable, FaCubes, FaFilm, FaPencilAlt, FaChalkboard, FaPaintBrush, FaThumbsUp } from 'react-icons/fa';
import styled from 'styled-components'; import styled from 'styled-components';
import { Link } from 'react-router-dom'; import { Link } from 'react-router-dom';
...@@ -76,6 +76,10 @@ export function SideMenu() { ...@@ -76,6 +76,10 @@ export function SideMenu() {
<FaPaintBrush /> <FaPaintBrush />
<MenuText>Sketchpad</MenuText> <MenuText>Sketchpad</MenuText>
</Link> </Link>
<Link target="_blank" to={`${path}reactions`}>
<FaThumbsUp />
<MenuText>Reactions</MenuText>
</Link>
</Container> </Container>
) )
} }
...@@ -20,13 +20,13 @@ export const Grid = styled.div` ...@@ -20,13 +20,13 @@ export const Grid = styled.div`
grid-template-columns: repeat(4, 1fr); grid-template-columns: repeat(4, 1fr);
flex-wrap: wrap; flex-wrap: wrap;
gap: 1rem; gap: 1rem;
padding: 1rem; padding: 2rem;
`; `;
export const Item = styled.button` export const Item = styled.button`
display: block; display: block;
width: 100%; width: 100%;
font-size: 8rem; font-size: 9rem;
text-align: center; text-align: center;
` `
...@@ -122,7 +122,7 @@ export function RectionLink() { ...@@ -122,7 +122,7 @@ export function RectionLink() {
return ( return (
<div> <div>
<div>{url}</div> <div>{url}</div>
<div style={{'padding': '2rem'}}><QRCodeCanvas value={url} size={250}/></div> <div style={{'padding': '2rem'}}><QRCodeCanvas value={url} size={175}/></div>
</div> </div>
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment