chore: remover seções vazias de mudanças de código
Este commit remove seções vazias de mudanças de código do arquivo de mudanças. Isso ajuda a manter o histórico de mudanças mais limpo e organizado, facilitando a leitura e a compreensão das alterações realizadas no projeto.
This commit is contained in:
@@ -22,7 +22,7 @@ function MoneyValues({ amount, className }: Props) {
|
||||
<span
|
||||
className={cn(
|
||||
money_font.className,
|
||||
"inline-flex items-baseline font-medium transition-all duration-200",
|
||||
"inline-flex items-baseline transition-all duration-200 tracking-tighter",
|
||||
privacyMode &&
|
||||
"blur-[6px] select-none hover:blur-none focus-within:blur-none",
|
||||
className
|
||||
|
||||
Reference in New Issue
Block a user