Skip to content

Commit

Permalink
Add reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Oct 6, 2024
1 parent f881ae8 commit 7eb4de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/website/src/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Page() {
return (
<div className="flex flex-col p-1">
<MenuButton />
{"// TODO explain how the bot works"}
{"// TODO auto select first guild"}
</div>
);
}
2 changes: 1 addition & 1 deletion apps/website/src/app/dashboard/servers/[guildId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Card, CardContent, CardHeader } from "@mc/ui/card";
import { useTranslation } from "~/i18n/client";
import { MenuButton } from "../../Menu";

// TODO actually implement the guides
// TODO link guides to docs
const suggestedTopics = (
t: TFunction,
): {
Expand Down

0 comments on commit 7eb4de7

Please sign in to comment.