Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Jan 9, 2025
1 parent ebee652 commit 47617fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export function ContributionLayout({ contribution }: Props) {
{title}
{!isGeneric && " "}
{!isGeneric && (
<span className={`${fr.cx("fr-h2")} ${h1}`}>
<span className={`${fr.cx("fr-h2")} ${h1Agreement}`}>
{
(contribution as ElasticSearchContributionConventionnelle)
.ccnShortTitle
Expand Down Expand Up @@ -364,7 +364,7 @@ export function ContributionLayout({ contribution }: Props) {
);
}

const h1 = css({
const h1Agreement = css({
display: "block",
});

Expand Down

0 comments on commit 47617fd

Please sign in to comment.