From 69b4a41752d434b6fdc7518ec3669ee3eddc90c4 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 18 Apr 2017 14:04:21 -0400 Subject: [PATCH] Update logos --- website/source/assets/images/logo-hashicorp.svg | 8 ++++---- website/source/assets/images/logo-text.svg | 8 +++----- website/source/index.html.erb | 2 +- website/source/layouts/layout.erb | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/website/source/assets/images/logo-hashicorp.svg b/website/source/assets/images/logo-hashicorp.svg index 6ecaa8304..2e49a3d15 100644 --- a/website/source/assets/images/logo-hashicorp.svg +++ b/website/source/assets/images/logo-hashicorp.svg @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/website/source/assets/images/logo-text.svg b/website/source/assets/images/logo-text.svg index 82444a606..c1a7cf7e1 100644 --- a/website/source/assets/images/logo-text.svg +++ b/website/source/assets/images/logo-text.svg @@ -1,7 +1,5 @@ - - - - - + + + diff --git a/website/source/index.html.erb b/website/source/index.html.erb index a204aac75..61990b4ba 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -9,7 +9,7 @@ description: |-
- <%= inline_svg "logo-text.svg", height: 120, class: "logo" %> + <%= inline_svg "logo-hashicorp.svg", height: 120, class: "logo" %>

Build Automated Machine Images diff --git a/website/source/layouts/layout.erb b/website/source/layouts/layout.erb index f694ab007..35d136d7c 100644 --- a/website/source/layouts/layout.erb +++ b/website/source/layouts/layout.erb @@ -137,7 +137,7 @@ "alternateName": "Packer by HashiCorp", "manufacturer": "HashiCorp", "url": "https://www.packer.io", - "logo": "<%= File.join(base_url, image_path("logo-text.svg")) %>", + "logo": "<%= File.join(base_url, image_path("logo-hashicorp.svg")) %>", "sameAs": [ "https://github.com/mitchellh/packer" ]