Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Sep 20, 2024
1 parent e6a4adb commit 598b6ee
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { AuthorList } from 'app/components/AuthorList'
import { I18n } from 'app/components/I18n'
import { CellHeader, PageTable, TableCell } from 'app/components/Table'
import { Tooltip } from 'app/components/Tooltip'
import { IdPrefix } from 'app/constants/idPrefixes'
import {
methodLabels,
methodTooltipLabels,
Expand Down Expand Up @@ -174,7 +175,7 @@ export function AnnotationTable() {

<div className="flex items-center gap-sds-xxs">
<p className="text-sds-body-xxs leading-sds-body-xxs">
<span>Annotation ID: AN-</span>
<span>Annotation ID: {IdPrefix.Annotation}-</span>
<span data-testid={TestIds.AnnotationId}>
{annotation.id}
</span>
Expand All @@ -200,7 +201,7 @@ export function AnnotationTable() {
</div>
</div>

<div className=" text-sds-color-primitive-gray-600 text-sds-body-xxs leading-sds-header-xxs">
<div className="text-sds-color-primitive-gray-600 text-sds-body-xxs leading-sds-header-xxs mt-sds-s">
<AuthorList authors={annotation.authors} compact />
</div>
</TableCell>
Expand Down

0 comments on commit 598b6ee

Please sign in to comment.