Skip to content

Commit

Permalink
Merge pull request #520 from berkmancenter/16042_fix_lumen_logo_error…
Browse files Browse the repository at this point in the history
…_pages

Fix Lumen logo on error pages
  • Loading branch information
thatandromeda committed Jan 22, 2019
2 parents 86ad6d0 + 753df88 commit 8f3d2b2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<nav class="main-nav">&nbsp;</nav>
<section class="main home">
<section class="home-search-form">
<a href="/"><h1><img alt="Lumen Logo" src="/assets/logo_2x.png" height="52" width="340"></h1></a>
<a href="/"><h1><img alt="Lumen Logo" src="/logo_2x.png" height="82" width="340"></h1></a>
</section>

<div class="site-news">
Expand Down
2 changes: 1 addition & 1 deletion public/404_hidden.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<nav class="main-nav">&nbsp;</nav>
<section class="main home">
<section class="home-search-form">
<a href="/"><h1><img alt="Lumen Logo" src="/assets/logo_2x.png" height="52" width="340"></h1></a>
<a href="/"><h1><img alt="Lumen Logo" src="/logo_2x.png" height="82" width="340"></h1></a>
</section>

<div class="site-news">
Expand Down
2 changes: 1 addition & 1 deletion public/404_unavailable.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<nav class="main-nav">&nbsp;</nav>
<section class="main home">
<section class="home-search-form">
<a href="/"><h1><img alt="Lumen Logo" src="/assets/logo_2x.png" height="52" width="340"></h1></a>
<a href="/"><h1><img alt="Lumen Logo" src="/logo_2x.png" height="82" width="340"></h1></a>
</section>

<div class="site-news">
Expand Down
2 changes: 1 addition & 1 deletion public/422.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<nav class="main-nav">&nbsp;</nav>
<section class="main home">
<section class="home-search-form">
<h1><img alt="Lumen Logo" src="/assets/logo_2x.png" height="52" width="340"></h1>
<h1><img alt="Lumen Logo" src="/logo_2x.png" height="82" width="340"></h1>
</section>

<div class="site-news">
Expand Down
2 changes: 1 addition & 1 deletion public/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<nav class="main-nav">&nbsp;</nav>
<section class="main home">
<section class="home-search-form">
<h1><img alt="Lumen Logo" src="/assets/logo_2x.png" height="52" width="340"></h1>
<h1><img alt="Lumen Logo" src="/logo_2x.png" height="82" width="340"></h1>
</section>

<div class="site-news">
Expand Down
Binary file added public/logo_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f3d2b2

Please sign in to comment.