Skip to content

Commit

Permalink
fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed May 15, 2024
1 parent a31305b commit e0cfae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backstage/packages/app/src/components/catalog/EntityPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ import {
import { Button, Grid } from '@material-ui/core';
import React from 'react';
import { EntityAboutCard } from '../AboutCard/AboutCard';
import { ReadmeCard } from '@axis-backstage/plugin-readme'
import { ReadmeCard } from '@axis-backstage/plugin-readme';

const TECHDOCS_ANNOTATION = 'backstage.io/techdocs-ref';
const ANNOTATIONS_DOCS_URL =
'https://diamondlightsource.github.io/developer-portal/user/references/supported-annotations/';
Expand Down

0 comments on commit e0cfae5

Please sign in to comment.