Skip to content

Commit

Permalink
chore: remove todos
Browse files Browse the repository at this point in the history
Filed issues for these:
- Enable Moderation #75
- Fancy Links #76
  • Loading branch information
lishaduck committed Oct 20, 2024
1 parent eff0bb7 commit 943299d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ function RenderCategory(props: Menu): JSX.Element {
* @param props.title - The title of the link.
* @returns The rendered category header.
*/
// TODO(lishaduck): Add a <Link> component to centralize anchor styling.
function RenderCategoryHeader({ url, title }: BasicMenu): JSX.Element {
return (
<a
Expand Down
2 changes: 0 additions & 2 deletions src/islands/Chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ function ChatbotBox(props: JSX.HTMLAttributes<HTMLDivElement>): JSX.Element {
<form
class="py-2 place-items-center"
onSubmit={async (e) => {
// TODO(lishaduck): Enable moderation.

e.preventDefault();

if (threadId.value === undefined) {
Expand Down

0 comments on commit 943299d

Please sign in to comment.