Skip to content

Commit

Permalink
CORE-5072: update licence format (#368)
Browse files Browse the repository at this point in the history
* CORE-5072: update licence format

* CORE-5072: fix lint
  • Loading branch information
ekachxaidze98 authored Jan 20, 2025
1 parent 77cd2a5 commit 1214ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/output/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const ScientificOutputTemplate = ({
)}
{license && (
<div className={styles.licenseWrapper}>
License: <span className={styles.licenseType}>{license}</span>
Licence: <span className={styles.licenseType}>{license}</span>
</div>
)}
</Search.Sidebar>
Expand Down
3 changes: 1 addition & 2 deletions templates/output/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@

.license-wrapper {
display: flex;
align-items: center;
margin-top: 24px;
font-size: 16px;
font-style: normal;
Expand All @@ -276,7 +275,7 @@
}

.license-type {
flex: 1;
padding: 4px 6px;
background: #f5f5f5;
border-radius: 2px;
}

0 comments on commit 1214ce4

Please sign in to comment.