Skip to content

Commit

Permalink
XW-82: Logo and favicon updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MHamzaBham committed Oct 12, 2024
1 parent bc9fe70 commit 8dd4478
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions public/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#header-logo img {
height: 1rem;
}

@media (min-width: 425px) {
#header-logo img {
height: 1.15rem;
}
}

/* Transaction */

.transaction-card {
Expand Down
Binary file modified public/assets/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/ibex_wallet_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions resources/views/layouts/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<div class="col-12">
<!-- Navbar -->
<nav
class="navbar navbar-expand-lg blur blur-rounded top-0 z-index-3 shadow my-3 py-2 start-0 end-0 mx-4">
class="navbar navbar-expand-lg blur blur-rounded top-0 z-index-3 shadow my-3 py-2 start-0 end-0">
<div class="container-fluid pe-0">
<a class="navbar-brand font-weight-bolder ms-lg-0 ms-3 " href="../pages/dashboard.html">
{{{ config('app.name', 'Ibex Wallet') }}}
<a class="navbar-brand" href="../pages/dashboard.html" id="header-logo">
<img src="{{ asset('assets/img/ibex_wallet_logo.png') }}" alt="Ibex Wallet Logo">
</a>
<button class="navbar-toggler shadow-none ms-2" type="button" data-bs-toggle="collapse"
<button class="navbar-toggler shadow-none border-0 outline-none ms-2" type="button" data-bs-toggle="collapse"
data-bs-target="#navigation" aria-controls="navigation" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon mt-2">
Expand Down

0 comments on commit 8dd4478

Please sign in to comment.