Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanshahriar32 committed Oct 19, 2024
1 parent 1fe13a1 commit 42f252d
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 659 deletions.
7 changes: 7 additions & 0 deletions components/shared/CustomPortableText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ import type { Image } from 'sanity'
import ImageBox from '@/components/shared/ImageBox'
import { TimelineSection } from '@/components/shared/TimelineSection'

const mathInlineIcon = () => (
<span>
<span style={{ fontWeight: 'bold' }}></span>b
</span>
)
const mathIcon = () => <span style={{ fontWeight: 'bold' }}></span>

export function CustomPortableText({
paragraphClasses,
value,
Expand Down
Loading

0 comments on commit 42f252d

Please sign in to comment.