Compare commits
1 commit
main
...
redigerKom
Author | SHA1 | Date | |
---|---|---|---|
|
813513a616 |
1 changed files with 4 additions and 1 deletions
|
@ -118,7 +118,10 @@ const Kommentar = (props: kommentarInterface) => {
|
||||||
<>
|
<>
|
||||||
<Skillelinje/>
|
<Skillelinje/>
|
||||||
<div className="p-5 bg-bg-subtle rounded-lg w-2/3 my-4">
|
<div className="p-5 bg-bg-subtle rounded-lg w-2/3 my-4">
|
||||||
<Heading size="medium">Notat</Heading>
|
<div className="flex justify-between items-center">
|
||||||
|
<Heading size="medium">Notat</Heading>
|
||||||
|
<Button variant="tertiary" icon={<PencilIcon/>}></Button>
|
||||||
|
</div>
|
||||||
<p className="break-words">{props.tekst}</p>
|
<p className="break-words">{props.tekst}</p>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|
Reference in a new issue