From 466d980436a2e78376c56942e5928ca2db445988 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 20 Feb 2025 15:35:24 +0800 Subject: [PATCH] [Full] edit --- sea-orm-pro/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sea-orm-pro/docusaurus.config.js b/sea-orm-pro/docusaurus.config.js index e916fee5d7..b469485484 100644 --- a/sea-orm-pro/docusaurus.config.js +++ b/sea-orm-pro/docusaurus.config.js @@ -1,8 +1,8 @@ const tailwindPlugin = require('./plugins/tailwind-config.cjs'); module.exports = { - title: 'SeaORM Pro 🐚 An admin panel built on top of SeaORM & Seaography', - tagline: '🐚 SeaORM Pro is an admin panel built on top of SeaORM & Seaography', + title: 'SeaORM Pro 🖥️ an Admin Panel for SeaORM', + tagline: '🖥️ SeaORM Pro is an Admin Panel for SeaORM', url: 'https://www.sea-ql.org', baseUrl: '/sea-orm-pro/', onBrokenLinks: 'throw',