File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 48
48
"react-markdown" : " ^9.0.1" ,
49
49
"react-syntax-highlighter" : " ^15.5.0" ,
50
50
"react-tweet" : " ^3.2.1" ,
51
+ "react-wrap-balancer" : " ^1.1.1" ,
51
52
"rehype-github-alerts" : " 3.0.0" ,
52
53
"rehype-raw" : " ^7.0.0" ,
53
54
"remark-gfm" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
import Link from "next/link" ;
2
2
import Image from "next/image" ;
3
+ import Balancer from 'react-wrap-balancer'
3
4
import PageHeader from "@/components/page-header" ;
4
5
import FilterSelectBox from "@/components/blog/filter-select-box" ;
5
6
import FilterList from "@/components/blog/filter-list" ;
@@ -98,7 +99,7 @@ export default function BlogPage({
98
99
</ time >
99
100
</ div >
100
101
< h3 className = "h3 blog-item-title" >
101
- < MarkdownRenderer content = { post . metadata . title } />
102
+ < Balancer > < MarkdownRenderer content = { post . metadata . title } /> </ Balancer >
102
103
</ h3 >
103
104
< MarkdownRenderer
104
105
className = "blog-summary"
You can’t perform that action at this time.
0 commit comments