Skip to content

Commit

Permalink
docs: update website tagline and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Dec 23, 2023
1 parent 42eb577 commit b7f15fa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,23 +97,23 @@ const config = {
// },
// ],
// },
// {
// title: 'Community',
// items: [
// {
// label: 'Stack Overflow',
// href: 'https://stackoverflow.com/questions/tagged/docusaurus',
// },
// {
// label: 'Discord',
// href: 'https://discordapp.com/invite/docusaurus',
// },
// {
// label: 'Twitter',
// href: 'https://twitter.com/docusaurus',
// },
// ],
// },
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/tianji',
},
// {
// label: 'Discord',
// href: 'https://discordapp.com/invite/docusaurus',
// },
{
label: 'Twitter',
href: 'https://twitter.com/moonrailgun',
},
],
},
{
title: 'More',
items: [
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ function HomepageHeader() {
Tianji brings all your commonly used tools together in one place
</p>
<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">Uptime Monitor</span> +{' '}
<span className="underline font-semibold">Server Status</span> ={' '}
<span className="text-gradient font-bold">Tianji</span>
<span className="underline font-semibold">Server Status</span>
</div>
</div>

Expand Down

0 comments on commit b7f15fa

Please sign in to comment.