Skip to content

Commit

Permalink
chore: Move things about
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 18, 2024
1 parent 1e67dee commit 6dc5e2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions lib/shared/components/marketing/HomeHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ export function HomeHero() {
</Text>
<button
className="btn-popover"
data-popovertarget="disclose"
data-popovertargetaction="toggle"
popovertarget="disclose"
popovertargetaction="toggle"
>
Start building
</button>
<div data-popover="auto" id="disclose" className="disclosure">
<div popover="auto" id="disclose" className="disclosure">
<FadeInOnView>
<Box>
<header>
Expand Down
8 changes: 1 addition & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
},
"types": ["vitest/globals"]
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"types/global-ts.d.ts"
],
"include": ["global.d.ts", "next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", ".next"]
}

0 comments on commit 6dc5e2d

Please sign in to comment.