Skip to content

Commit

Permalink
Move logo
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Mar 22, 2024
1 parent 58b9eb3 commit db1726e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
{% block content_div_start %}<div class="content">{% endblock content_div_start %}
{% block page_header %}
<div class="page-header clearfix">
<img src="/images/header-logo.png" class="pull-right logo" alt="OpenConext Stepup">
<img src="{{ asset('build/images/header-logo.png') }}" class="pull-right logo" alt="OpenConext Stepup">
<h1>{{ 'app.name'|trans }}</h1>
</div>
{% block menu %}
{% if app.user %}
{% if app.user %}chmod public
<div class="row-fluid">
<div class="col-sm-8">
<ul class="nav nav-pills">
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Encore
.setOutputPath('public/build/')
.copyFiles([
{
from: './assets/images',
from: './assets/openconext/images',
to: './images/[path][name].[ext]',
}
])
Expand Down

0 comments on commit db1726e

Please sign in to comment.