Skip to content

Commit

Permalink
feat: add svg fileformat (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: laixingyou <[email protected]>
  • Loading branch information
coder-sett authored Sep 25, 2023
1 parent 9b87591 commit 5ce7891
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const TotalScore = () => {
}}
/>
<CardDropDownMenu
downloadImageSize={'full'}
// downloadImageSize={'full'}
cardRef={ref}
fullScreen={fullScreen}
onFullScreen={(b) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const TotalScore = () => {
}}
/>
<CardDropDownMenu
downloadImageSize={'full'}
// downloadImageSize={'full'}
cardRef={ref}
fullScreen={fullScreen}
onFullScreen={(b) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const TotalScore = () => {
}}
/>
<CardDropDownMenu
downloadImageSize={'full'}
// downloadImageSize={'full'}
cardRef={ref}
fullScreen={fullScreen}
onFullScreen={(b) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const TotalScore = () => {
}}
/>
<CardDropDownMenu
downloadImageSize={'full'}
// downloadImageSize={'full'}
cardRef={ref}
fullScreen={fullScreen}
onFullScreen={(b) => {
Expand Down

2 comments on commit 5ce7891

@vercel
Copy link

@vercel vercel bot commented on 5ce7891 Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5ce7891 Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.