We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9109cfa commit fc7f301Copy full SHA for fc7f301
src/js/components/Calendario.jsx
@@ -61,7 +61,7 @@ const Calendar = () => {
61
</div>
62
<div className="location-bottom-left-2 my-1 h-100 w-75 rounded-5 d-flex flex-row align-items-center justify-content-center">
63
<button type="button" className="btn btn-light w-100 shadow d-flex flex-row rounded-5 p-0 border-0">
64
- <div className="icon my-2 h-100 w-25 rounded-5 d-flex justify-content-end align-items-center">💊</div>
+ <div className="icon my-2 h-100 w-25 rounded-5 d-flex justify-content-end align-items-center">X</div>
65
<div className="pill m-2 my-2 h-100 w-75 d-flex justify-content-start align-items-center">Lisinopril</div>
66
</button>
67
0 commit comments