We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ec9f22 + d79deff commit 75ed9f8Copy full SHA for 75ed9f8
src/components/common/GitCommitInfoGeneric.tsx
@@ -257,15 +257,15 @@ export default function GitCommitInfoGeneric({
257
<a
258
href={`${_webhookData.data['git url']}`}
259
target="_blank"
260
- rel="noopener noreferer"
+ rel="noopener noreferrer"
261
className="dc__no-decor cb-5"
262
>
263
View git url
264
</a>
265
) : null}
266
</div>
267
{selectedCommitInfo ? (
268
- <div className="material-history__select-text material-history__header">
+ <div className="material-history__select-text flexbox dc__align-items-center dc__content-end fs-12">
269
{_lowerCaseCommitInfo.isselected ? <Check className="dc__align-right" /> : 'Select'}
270
271
0 commit comments