Skip to content

Commit

Permalink
Merge pull request #627 from webcompat/svg-optimize
Browse files Browse the repository at this point in the history
Rename file with svg extension and optimize SVG
  • Loading branch information
Mike Taylor committed Jun 11, 2015
2 parents ff48a05 + 11aca60 commit 7d1ed44
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 72 deletions.
2 changes: 1 addition & 1 deletion webcompat/templates/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1 class="wc-Hero-title wc-Title--xl">Welcome aboard!<br/>Get started below...</h1>
</div>
<div class="wc-Hero-section wc-Hero-section--right">
<div class="wc-Hero-img is-active">{% include "shared/LightbulbwithBug.html" %}</div>
<div class="wc-Hero-img is-active">{% include "shared/LightbulbwithBug.svg" %}</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion webcompat/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1 class="wc-Hero-title wc-Title--xl">Bug reporting <br>for the internet.</h1>
</a>
</div>
<div class="wc-Hero-section wc-Hero-section--right">
{% include "shared/LightbulbwithBug.html" %}
{% include "shared/LightbulbwithBug.svg" %}
</div>
</div>
</div>
Expand Down
39 changes: 0 additions & 39 deletions webcompat/templates/shared/LightbulbwithBug.html

This file was deleted.

1 change: 1 addition & 0 deletions webcompat/templates/shared/LightbulbwithBug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 0 additions & 31 deletions webcompat/templates/shared/light.html

This file was deleted.

0 comments on commit 7d1ed44

Please sign in to comment.