Skip to content

Commit

Permalink
Use default profile icon for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillkuettel committed May 12, 2024
1 parent 2df4b6d commit caee601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/privatim/layouts/navbar.pt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="d-flex flex-wrap align-items-center justify-content-between">
<a class="d-flex align-items-center mb-2 mb-lg-0 link-body-emphasis text-decoration-none"
href="${request.route_url('home')}">
<img src="${layout.static_url('privatim:static/logo-dark-font.png')}" alt="Logo" class="bi me-4"
<img src="${layout.static_url('privatim:static/logo-dark-font-transparent.png')}" alt="Logo" class="bi me-4"
width="242" height="87">
</a>

Expand Down Expand Up @@ -35,7 +35,7 @@
<div class="dropdown text-end">
<a href="#" class="d-block link-body-emphasis text-decoration-none dropdown-toggle"
data-bs-toggle="dropdown" aria-expanded="false">
<img src="https://github.com/mdo.png" alt="mdo" width="32" height="32"
<img src="${layout.static_url('privatim:static/default_profile_icon.png')}" alt="mdo" width="40" height="40"
class="rounded-circle">
</a>
<ul class="dropdown-menu text-small">
Expand Down

0 comments on commit caee601

Please sign in to comment.