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.
1 parent f246828 commit 4b48245Copy full SHA for 4b48245
1 file changed
application/src/components/Login.tsx
@@ -43,7 +43,7 @@ const Login: React.FC<LoginProps> = ({ onLogin }) => {
43
<div className="login-container">
44
<div className="login-description-header">
45
<h1>Dataspace</h1>
46
- <h3>IRNAS</h3>
+ <h3>{process.env.REACT_APP_TITLE}</h3>
47
<p>This Portal is a sample implementation of the dataspace REST APIs.</p>
48
</div>
49
<div className="login-card">
0 commit comments