From bc59a4ae9bd3e67f6194c44f8aa962033e247a01 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 13 May 2024 22:02:46 -0400 Subject: [PATCH] fix: change logo to png instead of svg, fix favicon svg to be an actual vector --- public/favicon.svg | 14 +++++++++----- src/assets/logo/sern-logo.svg | 11 +++++++++++ src/content/docs/index.mdx | 2 +- 3 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 src/assets/logo/sern-logo.svg diff --git a/public/favicon.svg b/public/favicon.svg index df32e6e78..b54229bdd 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,9 +1,13 @@ - logo-dark - - - + favicon - + + + + + \ No newline at end of file diff --git a/src/assets/logo/sern-logo.svg b/src/assets/logo/sern-logo.svg new file mode 100644 index 000000000..f2ef31724 --- /dev/null +++ b/src/assets/logo/sern-logo.svg @@ -0,0 +1,11 @@ + + sern-logo + + + + + + \ No newline at end of file diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 721e10f83..8efd796e4 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -5,7 +5,7 @@ description: With the support of the community made plugins and a powerful CLI, hero: tagline: With the support of the community made plugins and a powerful CLI, it's more than just a handler. image: - file: ~/assets/logo/sern-logo.png + file: ~/assets/logo/sern-logo.svg actions: - text: npm create @sern/bot link: /v3/guide/walkthrough/new-project