From 51d3a7864ae378de28634ad500e7cef26b359ba9 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sun, 16 Jun 2019 15:20:22 -0500 Subject: [PATCH] Rename logo to invalidate cache --- README.md | 2 +- static/{logo.png => bigger-logo.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename static/{logo.png => bigger-logo.png} (100%) diff --git a/README.md b/README.md index 3eb7d42cd..34a210034 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Logo](static/logo.png "Logo") +![Logo](static/bigger-logo.png "Logo") [![Donate](https://img.shields.io/badge/Donate-Patreon-orange.svg?colorB=F96854)](https://www.patreon.com/postgrest) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/postgrest) diff --git a/static/logo.png b/static/bigger-logo.png similarity index 100% rename from static/logo.png rename to static/bigger-logo.png