From 82e97fc3227da2e4a5ea3a8c132be25dac23b6d8 Mon Sep 17 00:00:00 2001
From: Jean  CURY <jean.cury@pasteur.fr>
Date: Thu, 11 May 2023 15:53:28 +0200
Subject: [PATCH] Update app.config.ts with new title

---
 app.config.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app.config.ts b/app.config.ts
index 3ef118c0..07ea1fc5 100644
--- a/app.config.ts
+++ b/app.config.ts
@@ -1,6 +1,6 @@
 export default defineAppConfig({
   docus: {
-    title: 'Microbial Warfare',
+    title: 'DefenseFinder Wiki',
     description: 'A comprehensive effort to map microbial defense systems against their viruses',
     // image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png',
     socials: {
@@ -12,7 +12,7 @@ export default defineAppConfig({
       exclude: []
     },
     header: {
-      title: 'Microbial Warfare',
+      title: 'DefenseFinder Wiki',
       logo: false,
       showLinkIcon: true,
       exclude: []
-- 
GitLab