From d03b9c3263ab708bf90bd982def6dc379e3851f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Sat, 30 Aug 2014 15:56:34 -0700 Subject: [PATCH] SVG logo I traced the current logo in Illustrator to get a good version. And with SVG we don't need any 2x magic because it's already vector. I should probably care about IE8, but I don't. --- _layouts/default.html | 2 +- css/react.scss | 5 ++--- img/logo.svg | 21 +++++++++++++++++++++ 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 img/logo.svg diff --git a/_layouts/default.html b/_layouts/default.html index 76bf4161..ad7a40e6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -42,7 +42,7 @@