Skip to content

Commit

Permalink
fix duplicate codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Apr 25, 2023
1 parent a455ebf commit 4800850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export default function IndexPage() {
>
<Link
href={siteConfig.links.docs}
target="_blank"
rel="noreferrer"
className={buttonVariants({ size: "lg" })}
>
Documentation
Expand Down
6 changes: 4 additions & 2 deletions docs/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,14 @@
}

pre[data-theme="light"],
code[data-theme="light"] {
code[data-theme="light"],
[data-rehype-pretty-code-title][data-theme="light"] {
@apply block dark:hidden;
}

pre[data-theme="dark"],
code[data-theme="dark"] {
code[data-theme="dark"],
[data-rehype-pretty-code-title][data-theme="dark"] {
@apply hidden dark:block;
}
}
Expand Down

1 comment on commit 4800850

@vercel
Copy link

@vercel vercel bot commented on 4800850 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-env – ./

t3-env-t3-oss.vercel.app
env.t3.gg
t3-env.vercel.app
t3-env-git-main-t3-oss.vercel.app

Please sign in to comment.