🚧 La til knapp på notat for redigering

This commit is contained in:
Markus Johansen 2023-08-03 12:11:31 +02:00
parent 96bc900c22
commit 813513a616

View file

@ -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>
</> </>