Skip to content

Commit

Permalink
Use transparent delete icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Aug 5, 2024
1 parent 5717cee commit 78286c9
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![Build React App](https://github.com/uqbar-project/eg-contador-react-context/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/uqbar-project/eg-contador-react-context/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/uqbar-project/eg-contador-react-context/graph/badge.svg?token=42JI8APW8Q)](https://codecov.io/gh/uqbar-project/eg-contador-react-context)

![video](video/demo2024.gif)
![video](video/demo.gif)

## La aplicación

Expand Down
Binary file removed src/assets/delete.jpg
Binary file not shown.
Binary file added src/assets/delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/logContador.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Logdiv = ({ log }: { log: Log }) => {
<div>{log.when.toLocaleString('es-AR')}</div>
<div data-testid="LogRow">{log.action}</div>
<div>
<img src="./src/assets/delete.jpg" data-testid={`button_deleteLog_${log.id}`} onClick={() => deleteLog(log)} className="delete" title="Eliminar log"/>
<img src="./src/assets/delete.png" data-testid={`button_deleteLog_${log.id}`} onClick={() => deleteLog(log)} className="delete" title="Eliminar log"/>
</div>
</div>
<hr/>
Expand Down
Binary file added video/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed video/demo2024.gif
Binary file not shown.

0 comments on commit 78286c9

Please sign in to comment.