Skip to content

Commit

Permalink
adding digest
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Croft authored and Joshua Croft committed Oct 16, 2024
1 parent 039f88d commit 25599a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface CodeGroupProps {
osBlocks: ReactNode;
codeBlocks: ReactNode;
dynamic?: boolean;
digest?: string;
}

interface CodeBlockProps {
Expand Down Expand Up @@ -567,13 +568,12 @@ interface CodeSegment {
path: string;
lineStart: number;
lineEnd: number;
digest: string;
hosted: boolean;
filename?: string;
}

interface GithubCodeSegment {
digest?: string
digest?: string;
}

export const GithubCodeSegment: React.FC<GithubCodeSegment> = () => {
Expand Down

0 comments on commit 25599a0

Please sign in to comment.