From 225d7f39d1fc19ebc478ce1fe2bf50e652318c2e Mon Sep 17 00:00:00 2001 From: Jenny Kim Date: Thu, 1 Jun 2023 19:03:49 +0900 Subject: [PATCH] chore(logo): Add Prowler logo in SVG format & Propose to Prowler icon design (#2423) Co-authored-by: Sergio Garcia --- docs/img/prowler-icon.svg | 1 + docs/img/prowler-logo.svg | 1 + mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/img/prowler-icon.svg create mode 100644 docs/img/prowler-logo.svg diff --git a/docs/img/prowler-icon.svg b/docs/img/prowler-icon.svg new file mode 100644 index 00000000..b45c1f8e --- /dev/null +++ b/docs/img/prowler-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/prowler-logo.svg b/docs/img/prowler-logo.svg new file mode 100644 index 00000000..8c005d2d --- /dev/null +++ b/docs/img/prowler-logo.svg @@ -0,0 +1 @@ + diff --git a/mkdocs.yml b/mkdocs.yml index 1ba9ea8e..289e24c2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,7 @@ theme: language: en logo: img/prowler-logo.png name: material - favicon: img/ProwlerPro-icon.svg + favicon: img/prowler-icon.svg features: - navigation.tabs - navigation.tabs.sticky