mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-01 15:10:02 -05:00
Docs: Brand alignment (#2485)
* Add local docs prettier rc * prettier config * Add logo + proper color setup * rm svg ratio * py version * Add fonts + fix nextra theming tasks, borders, codeblocks * push pnpm-lock * remove nextra.css * fix: docs cmd * favicon --------- Co-authored-by: mrkaye97 <mrkaye97@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ export const CodeBlock = ({ source, target }: CodeRendererProps) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="z-10 bg-background flex flex-row gap-4 justify-between items-center pl-2 mb-2">
|
||||
<div className="z-10 flex flex-row gap-4 justify-between items-center pl-2 mb-2">
|
||||
<div className="flex flex-row gap-2">
|
||||
{source.githubUrl && (
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user