diff --git a/res/bundled.go b/res/bundled.go index 813afcd..bbfd5a3 100644 --- a/res/bundled.go +++ b/res/bundled.go @@ -123,12 +123,12 @@ var ResShuffleInvertSvg = &fyne.StaticResource{ var ResStarOutlineSvg = &fyne.StaticResource{ StaticName: "star-outline.svg", StaticContent: []byte( - "\r\n\r\n\r\n"), + "\r\n\r\n\r\n"), } var ResStarFilledSvg = &fyne.StaticResource{ StaticName: "star-filled.svg", StaticContent: []byte( - "\r\n\r\n\r\n"), + "\r\n\r\n\r\n"), } var ResLICENSE = &fyne.StaticResource{ StaticName: "LICENSE", diff --git a/res/icons/publicdomain/star-filled.svg b/res/icons/publicdomain/star-filled.svg index 3dfe015..71272d5 100644 --- a/res/icons/publicdomain/star-filled.svg +++ b/res/icons/publicdomain/star-filled.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/res/icons/publicdomain/star-outline.svg b/res/icons/publicdomain/star-outline.svg index dda4222..516db17 100644 --- a/res/icons/publicdomain/star-outline.svg +++ b/res/icons/publicdomain/star-outline.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file