mirror of
https://github.com/OpenBankProject/OBP-Hydra-Identity-Provider.git
synced 2026-02-06 10:48:13 +00:00
feature/Add bank-logo.ong to every page
This commit is contained in:
parent
06cd0ffc93
commit
b03431b3fc
BIN
src/main/resources/static/images/bank-logo.png
Normal file
BIN
src/main/resources/static/images/bank-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
@ -17,7 +17,7 @@
|
||||
<body>
|
||||
<nav class="navbar navbar-light bg-light">
|
||||
<a class="navbar-brand" th:href="@{${application.obp_url}}">
|
||||
<img th:src="@{/images/logo.png}" height="60" class="d-inline-block align-top" alt="">
|
||||
<img th:src="@{/images/bank-logo.png}" height="60" class="d-inline-block align-top" alt="">
|
||||
</a>
|
||||
</nav>
|
||||
<div class="container">
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<body>
|
||||
<nav class="navbar navbar-light bg-light">
|
||||
<a class="navbar-brand" th:href="@{${application.obp_url}}">
|
||||
<img th:src="@{/images/logo.png}" height="60" class="d-inline-block align-top" alt="">
|
||||
<img th:src="@{/images/bank-logo.png}" height="60" class="d-inline-block align-top" alt="">
|
||||
</a>
|
||||
</nav>
|
||||
<div id="custom">
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<body>
|
||||
<nav class="navbar navbar-light bg-light">
|
||||
<a class="navbar-brand" th:href="@{${application.obp_url}}">
|
||||
<img th:src="@{/images/logo.png}" height="60" class="d-inline-block align-top" alt="">
|
||||
<img th:src="@{/images/bank-logo.png}" height="60" class="d-inline-block align-top" alt="">
|
||||
</a>
|
||||
</nav>
|
||||
<div>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<body>
|
||||
<nav class="navbar navbar-light bg-light">
|
||||
<a class="navbar-brand" th:href="@{${application.obp_url}}">
|
||||
<img th:src="@{/images/logo.png}" height="60" class="d-inline-block align-top" alt="">
|
||||
<img th:src="@{/images/bank-logo.png}" height="60" class="d-inline-block align-top" alt="">
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<body>
|
||||
<nav class="navbar navbar-light bg-light">
|
||||
<a class="navbar-brand" th:href="@{${application.obp_url}}">
|
||||
<img th:src="@{/images/logo.png}" height="60" class="d-inline-block align-top" alt="">
|
||||
<img th:src="@{/images/bank-logo.png}" height="60" class="d-inline-block align-top" alt="">
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user