Skip to content

Commit 396db06

Browse files
authored
Merge pull request #154 from docusign/DEVDOCS-14767
DEVDOCS-14767 - updating the launcher's image
2 parents 0012543 + 060fe41 commit 396db06

File tree

4 files changed

+50
-49
lines changed

4 files changed

+50
-49
lines changed

composer.lock

Lines changed: 48 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/banner-code.png

-52.3 KB
Binary file not shown.

public/assets/header.png

84.6 KB
Loading

templates/home_esig.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
{% if not session['ds_user_name'] %}
55
<!-- IF not signed in -->
66
<div>
7-
<div class="jumbotron jumbotron-fluid"> <table>
7+
<div class="jumbotron jumbotron-fluid" style="background-color: #210058!important"> <table>
88
<tbody>
99
<tr>
1010
<td>
1111
<h1 class="display-4">PHP Launcher</h1>
1212
<p class="Xlead">{{ common_texts["HomePageText"] | raw }}</p>
1313
</td>
1414
<td>
15-
<img src="{{ app_url ~ 'assets/banner-code.png' }}" />
15+
<img src="{{ app_url ~ 'assets/header.png' }}" />
1616
</td>
1717
</tr>
1818
</tbody>

0 commit comments

Comments
 (0)