🚧 La til knapp på notat for redigering
This commit is contained in:
parent
96bc900c22
commit
813513a616
1 changed files with 4 additions and 1 deletions
|
@ -118,7 +118,10 @@ const Kommentar = (props: kommentarInterface) => {
|
|||
<>
|
||||
<Skillelinje/>
|
||||
<div className="p-5 bg-bg-subtle rounded-lg w-2/3 my-4">
|
||||
<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>
|
||||
</div>
|
||||
</>
|
||||
|
|
Reference in a new issue