Skip to content

Commit

Permalink
regression: commit subject alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 14, 2023
1 parent 7d1524f commit 781bdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/views/admin/info/DeploymentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const DeploymentCard = ({ info, statistics, instances }: DeploymentCardProps): R
<CardColSection>
<CardColTitle>{t('Commit_details')}</CardColTitle>
{t('github_HEAD')}: ({commit.hash ? commit.hash.slice(0, 9) : ''}) <br />
{t('Branch')}: {commit.branch}
{t('Branch')}: {commit.branch} <br />
{commit.subject}
</CardColSection>
<CardColSection>
Expand Down

0 comments on commit 781bdfe

Please sign in to comment.