From 007dd0bf45b20501a2eea1aca6dab6a739a54206 Mon Sep 17 00:00:00 2001 From: Emmy Steven Date: Sun, 15 Oct 2023 00:34:29 +0100 Subject: [PATCH] move project banner from backend to images directory --- README.md | 2 +- .../static/meetona.png => images/banner.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename backend/src/main/resources/static/meetona.png => images/banner.png (100%) diff --git a/README.md b/README.md index 05dc5d52..d32e1e81 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![Logo](https://github.com/codaholichq/backend/blob/main/src/main/resources/static/meetona.png) +![Logo](https://github.com/codaholichq/meetona/blob/main/images/banner.png)
status diff --git a/backend/src/main/resources/static/meetona.png b/images/banner.png similarity index 100% rename from backend/src/main/resources/static/meetona.png rename to images/banner.png