Skip to content

Commit

Permalink
change name from backstage to utviklerportalen (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Mailn Nifeli Snieske <[email protected]>
  • Loading branch information
malinnsnieske and Mailn Nifeli Snieske authored Nov 15, 2024
1 parent 8eea715 commit 4087b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/function-card-edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ export function FunctionCardEdit({ functionId }: { functionId: number }) {
/>
<TeamSelect functionId={functionId} />
<Text fontSize="xs" fontWeight="700" mb="4px">
Lenke til Backstage
Lenke til utviklerportalen
</Text>
<Flex flexDirection="column">
<Input
placeholder="Input"
placeholder="Sett inn lenke"
type="url"
variant="outline"
ref={backstageUrlRef}
Expand Down
2 changes: 1 addition & 1 deletion src/components/metadata/backstage-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function BackstageLink({
onClick={(e) => e.stopPropagation()}
marginBottom="10px"
>
Lenke Backstage
Utviklerportalen
</Link>
);
}

0 comments on commit 4087b8a

Please sign in to comment.