Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
F2P-47: rebase with master to resolve conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3op2 committed Mar 30, 2022
2 parents eb7962f + 52bd844 commit a0c64a6
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 9 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Description

Front-end for a license Issuer in Veritable. Issuers can issue credentials that later can be approved by the CAA authorities.
Front-end for a license Issuer ( FlyDesire ) in Veritable. Issuers can issue credentials that later can be approved by the Regulator.

---

## Getting started

Expand Down Expand Up @@ -68,3 +70,4 @@ All the React components / sub-components, in this project are developed using t

That means that every existing React component here has its own folder with an _index.js_ file and the component itself. This makes importing components more elegant. In addition, certain components are grouped inside folders and sub-folders.

---
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veritable-issuer",
"version": "0.2.3",
"version": "0.2.4",
"description": "Front-end for Veritable credentials issuer",
"author": "Digital Catapult (https://www.digicatapult.org.uk/)",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Common/Navigation/LogoWrap/LogoWrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function LogoWrap({ children }) {
<span>
&nbsp;
<b className="small">
Drone Training <span className="small">Ltd.</span>
<span className="small">&nbsp;</span>
</b>
</span>
{children && children}
Expand Down
Loading

0 comments on commit a0c64a6

Please sign in to comment.