Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-duignan committed Jun 9, 2020
1 parent d13e614 commit 96bb99e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion client/src/components/ErrorMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function ErrorMessage(props) {

<li>In your sample-service configuration, add a <span className="bold">database</span>.</li>

<li>In <span className="bold">Variables</span>, define an environment variable for your database connection with a key <span className="highlight">CONNECTION_STRING</span> and value: <span className="highlight">{'${externals.postgres.host};${externals.postgres.name};${externals.postgres.username};${externals.postgres.password}'}</span></li>
<li>In <span className="bold">Variables</span>, define an environment variable for your database connection with a key <span className="highlight">CONNECTION_STRING</span> and value: <span className="highlight">{'postgresql://${externals.postgres.username}:${externals.postgres.password}@${externals.postgres.host}:${externals.postgres.port}/${externals.postgres.name}'}</span></li>

<li>Deploy your changes and reload this page</li>
</ul>
Expand Down
4 changes: 0 additions & 4 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ code {
align-self: flex-end;
}

.products {
padding: 16px;
}

.products .product {
padding: 16px;
border-radius: 4px;
Expand Down

0 comments on commit 96bb99e

Please sign in to comment.