docs: update website tagline and footer

This commit is contained in:
moonrailgun 2023-12-24 00:13:22 +08:00
parent 42eb5779b2
commit b7f15fa3c3
2 changed files with 19 additions and 19 deletions

View File

@ -97,23 +97,23 @@ const config = {
// }, // },
// ], // ],
// }, // },
// { {
// title: 'Community', title: 'Community',
// items: [ items: [
// { {
// label: 'Stack Overflow', label: 'Stack Overflow',
// href: 'https://stackoverflow.com/questions/tagged/docusaurus', href: 'https://stackoverflow.com/questions/tagged/tianji',
// }, },
// { // {
// label: 'Discord', // label: 'Discord',
// href: 'https://discordapp.com/invite/docusaurus', // href: 'https://discordapp.com/invite/docusaurus',
// }, // },
// { {
// label: 'Twitter', label: 'Twitter',
// href: 'https://twitter.com/docusaurus', href: 'https://twitter.com/moonrailgun',
// }, },
// ], ],
// }, },
{ {
title: 'More', title: 'More',
items: [ items: [

View File

@ -20,10 +20,10 @@ function HomepageHeader() {
Tianji brings all your commonly used tools together in one place Tianji brings all your commonly used tools together in one place
</p> </p>
<div className="text-xl"> <div className="text-xl">
<span className="text-gradient font-bold">Tianji</span> ={' '}
<span className="underline font-semibold">Website analytics</span> +{' '} <span className="underline font-semibold">Website analytics</span> +{' '}
<span className="underline font-semibold">Uptime Monitor</span> +{' '} <span className="underline font-semibold">Uptime Monitor</span> +{' '}
<span className="underline font-semibold">Server Status</span> ={' '} <span className="underline font-semibold">Server Status</span>
<span className="text-gradient font-bold">Tianji</span>
</div> </div>
</div> </div>