Skip to content

Commit

Permalink
docs: update wechat image and home page tagline
Browse files Browse the repository at this point in the history
and add event report
  • Loading branch information
moonrailgun committed Jan 8, 2024
1 parent f585dba commit 0eedd7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ function HomepageHeader() {
<span className="text-gradient font-bold">{siteConfig.title}</span>
</h1>
<p className="opacity-60 text-2xl">{siteConfig.tagline}</p>
<p className="opacity-60">
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> +{' '}
Expand Down Expand Up @@ -118,18 +115,21 @@ function HomepageFooter() {
<BlockCard
icon={<RiWechatFill className="text-green-500" />}
title="Wechat"
data-tianji-event="community-wechat"
/>
</Popover>

<BlockCard
icon={<RiDiscordFill className="text-indigo-600" />}
title="Discord"
data-tianji-event="community-discord"
onClick={() => window.open('https://discord.gg/8Vv47wAEej')}
/>

<BlockCard
icon={<RiTwitterXFill />}
title="Twitter"
data-tianji-event="community-twitter"
onClick={() => window.open('https://twitter.com/moonrailgun')}
/>
</div>
Expand All @@ -141,8 +141,8 @@ export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Insight into everything"
title={`Tianji = Website Analytics + Uptime Monitor + Server Status`}
description={siteConfig.tagline}
>
<HomepageHeader />

Expand Down
Binary file modified website/static/img/wechat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0eedd7d

Please sign in to comment.