Skip to content

Commit

Permalink
fix: happy little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnl committed Sep 21, 2024
1 parent 8f71a94 commit b5cdd27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { PostsGrid } from '../components/PostsGrid/PostsGrid';
import post from '../utils/posts';
import { Stat } from '@/components/Stat/StatCard';
import { NavigateLink } from '@/components/NavigateLink/NavigateLink';
import { Capsule } from '@/components/Capsule/Capsule';

const guildInfoModel: GuildInfoModelOption[] = ["memberCount", "membersOnline", "messagesToday", "codingLeaderboard", "messagesLeaderboard"];

Expand Down Expand Up @@ -133,7 +134,8 @@ export default function Home({ ssGuildInfo, recentPosts, copyrightYear }: InferG
Lue lisää yhdistyksestämme <Link href="/about">Tietoa meistä -sivulta.</Link>
</TextColumns>
<NavigateLink href="/koneet-kiertoon">Koneet kiertoon</NavigateLink>
<NavigateLink href="/host">Testaushost</NavigateLink>
<NavigateLink href="/host">Palvelintila <Capsule style={{fontSize: ".8rem", transform: "translateY(-2px)", marginLeft: "0.3em", display: "inline-block"}}>BETA</Capsule></NavigateLink>
<br />
<LeaderboardGroup>
<Leaderboard
data={guildInfo.messagesLeaderboard}
Expand Down

0 comments on commit b5cdd27

Please sign in to comment.