Skip to content

Commit

Permalink
fix: Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sswellington committed Mar 27, 2020
1 parent 4236086 commit 76a3ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
16 changes: 1 addition & 15 deletions frontend/src/pages/Profile/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,50 +16,36 @@ export default function Profile() {
<button type="button"> <FiPower size={18} color="#E02041" /> </button>
</header>

<h1>Casos cadastrados</h1>
<h1>Casos cadastrados </h1>
<ul>
<li>
<strong>CASOS: </strong>
<p>Caso teste</p>

<strong>DESCRIÇÃO: </strong>
<p>Descrição teste</p>

<strong>VALOR: </strong>
<p>R$ 120,00</p>

<button type="button"><FiTrash2 size={20} color="#a8a8b3" /></button>
</li>
</ul>
<ul>
<li>
<strong>CASOS: </strong>
<p>Caso teste</p>

<strong>DESCRIÇÃO: </strong>
<p>Descrição teste</p>

<strong>VALOR: </strong>
<p>R$ 120,00</p>

<button type="button"><FiTrash2 size={20} color="#a8a8b3" /></button>
</li>
</ul>
<ul>
<li>
<strong>CASOS: </strong>
<p>Caso teste</p>

<strong>DESCRIÇÃO: </strong>
<p>Descrição teste</p>

<strong>VALOR: </strong>
<p>R$ 120,00</p>

<button type="button"><FiTrash2 size={20} color="#a8a8b3" /></button>
</li>
</ul>

</div>
);
}
3 changes: 2 additions & 1 deletion frontend/src/routes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// routes.js

// 1:14:05
// Arrumar o CSS
import React from 'react';
import { BrowserRouter, Route, Switch } from 'react-router-dom';

Expand Down

0 comments on commit 76a3ab7

Please sign in to comment.