Skip to content
Snippets Groups Projects
Commit 2785af16 authored by nichexx's avatar nichexx :surfer:
Browse files

without Logo

parent 797b27f0
Branches
No related tags found
No related merge requests found
......@@ -15,12 +15,13 @@ const likertOptions = {
export default function DemoQuestion() {
let style = {
uniSportLogoStyle :
{
width : '163px',
height : '72px',
}
}
const refLikert = useRef(null);
const [chosen, setChosen] = useState(null);
......@@ -31,7 +32,6 @@ export default function DemoQuestion() {
<strong>
{chosen?.value}{chosen?.text}
</strong>
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg" alt="Checked Icon" />
</span>
);
setChosen(content);
......@@ -46,9 +46,6 @@ and ${parseInt(rect.height)}px tall.`;
};
return (
<div id="header">
<img style={style.uniSportLogoStyle} id="unisportLogo" src={unisport_logo} alt="unisport-logo"/>
<>
<question>Question </question>
<Likert
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment