fix link text

pull/5775/head
Peng Xiao 2022-06-01 19:05:10 +08:00
parent c094371896
commit ac296cb67c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ interface LineShapeProps extends CustomStyleProps, TLLineShapeProps {
label: string label: string
} }
const font = '28px / 1 "Source Code Pro"' const font = '28px / 1 "Inter"'
export class LineShape extends TLLineShape<LineShapeProps> { export class LineShape extends TLLineShape<LineShapeProps> {
static id = 'line' static id = 'line'