title format - removed year and resolution if exist

This commit is contained in:
Daniel Shleifman
2021-06-16 12:46:47 +03:00
parent aaa5596751
commit d43e9ecd68
3 changed files with 21 additions and 9 deletions

View File

@@ -62,5 +62,5 @@ export const SnakeWrapper = styled.div`
export const PercentagePiece = styled.div`
background: ${completeColor};
height: ${({ percentage }) => (percentage)}%;
height: ${({ percentage }) => percentage}%;
`