Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Dec 12, 2024
1 parent ef1b23a commit 89b4b03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/new-homepage/ScreenshotTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ export default function ScreenshotTabs() {
const [selected, setSelected] = useState(0);
const screenshots = [
{
// title: "History & traces",
// title: "Build",
title: "Tracing",
src: "/assets/homepage/hero/2024-12-12-runs.png",
alt: "Inngest function runs and traces",
Expand All @@ -18,7 +16,6 @@ export default function ScreenshotTabs() {
alt: "Inngest metrics dashboard",
},
{
// title: "Function metrics",
title: "Management",
src: "/assets/homepage/hero/2024-12-12-function-list.png",
alt: "Inngest function dashboard",
Expand Down

0 comments on commit 89b4b03

Please sign in to comment.