diff options
Diffstat (limited to 'team.html.j2')
-rw-r--r-- | team.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/team.html.j2 b/team.html.j2 index 5f8657b9..03eefdbf 100644 --- a/team.html.j2 +++ b/team.html.j2 @@ -25,7 +25,7 @@ <!-- <div class="col-6 col-md-4 profile"> --> <div class="img-box"> <!-- was: height="240" --> - <img src="{{ url('team-images/dvn.jpg') }}" alt="dvn" class="img-fluid"> + <img src="{{ url('team-images/default.png') }}" alt="dvn" class="img-fluid"> <ul class="text-center"> </ul> </div> |