From 9126cdd6047acd0528f00f63d3927d07a7e01824 Mon Sep 17 00:00:00 2001 From: texm Date: Thu, 27 Apr 2023 08:40:17 +0800 Subject: [PATCH] logo --- README.md | 2 ++ web/src/components/Navbar.svelte | 8 ++++++-- web/static/favicon.png | Bin 1571 -> 3800 bytes web/static/images/whale-boat-sm.png | Bin 0 -> 17278 bytes web/static/images/whale-boat.png | Bin 0 -> 55842 bytes 5 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 web/static/images/whale-boat-sm.png create mode 100644 web/static/images/whale-boat.png diff --git a/README.md b/README.md index c3a14f8..20c895a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # shokku _(show-dokku)_ +![whaleboat logo](https://raw.githubusercontent.com/texm/shokku/main/web/static/images/whale-boat.png) + A friendly interface for [Dokku](https://github.com/dokku/dokku) ![](https://raw.githubusercontent.com/texm/shokku/main/web/static/images/app-overview.webp) diff --git a/web/src/components/Navbar.svelte b/web/src/components/Navbar.svelte index 28f24c5..a711b15 100644 --- a/web/src/components/Navbar.svelte +++ b/web/src/components/Navbar.svelte @@ -6,9 +6,13 @@