diff --git a/website/_config.yml b/website/_config.yml index e289a5641..629854c26 100644 --- a/website/_config.yml +++ b/website/_config.yml @@ -11,7 +11,7 @@ title: Uppy subtitle: "Almost as cute as a puppy" logo_large: /images/logos/uppy-dog-full.svg logo_medium: /images/logos/uppy-dog-head-arrow.svg -logo_icon: /images/logos/super-dog-2-face.png +logo_icon: /images/logos/uppy-dog-head-arrow.png description: > Uppy is (going to be) a JavaScript file uploader that fetches files from Dropbox, Instagram, local disk, remote URLs, and other exciting locations. It has a plugin-based architecture, first-class support for resumable uploads according to the open standard: tus, diff --git a/website/src/images/logos/uppy-dog-head-arrow.png b/website/src/images/logos/uppy-dog-head-arrow.png new file mode 100644 index 000000000..f8063c3ad Binary files /dev/null and b/website/src/images/logos/uppy-dog-head-arrow.png differ