Skip to content

Commit

Permalink
feat: update page title in tiltaksvisning
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Oct 4, 2024
1 parent 0ed1614 commit e5f6d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/app/tiltaksvisning/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import EmbeddedFrame from "../_components/EmbeddedFrame";
export default async function Home() {
return (
<div>
<h1 data-cy="title">3D tiltaksvisning</h1>
<EmbeddedFrame data-cy="tiltaksvisning" src="https://byggesak3d.norkart.no/view/bf204afe-e50e-4ac6-8839-ebd9406167ac" title="3D tiltaksvisning" />
</div>
);
Expand Down

0 comments on commit e5f6d6a

Please sign in to comment.