Skip to content

Commit d33a7ed

Browse files
committed
fix(docs): add name next to real todos
1 parent 6130c63 commit d33a7ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/docs/components/play-store-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Image from 'next/image';
22

33
export function PlayStoreButton() {
4-
// TODO: Add link to play store
4+
// TODO(zach): Add link to play store
55
return (
66
<a href="#" className="relative aspect-[16/5] h-10 rounded-sm sm:h-12">
77
<Image alt="Get it on Google Play" src={'/google-play-badge.png'} fill />

apps/docs/content/docs/hire-us.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Hire us
3-
description: TODO
3+
description: TODO(zach)
44
---
55

apps/docs/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const config = {
4040
experimental: {
4141
forceSwcTransforms: true,
4242
},
43-
// TODO:
43+
// TODO(zach)
4444
eslint: {
4545
ignoreDuringBuilds: true,
4646
},

0 commit comments

Comments
 (0)