Skip to content

Commit

Permalink
Merge branch 'victorsenam-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bplmp committed Aug 24, 2018
2 parents 8f5fad9 + 2abb55b commit ed66791
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/components/Alert.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import React from 'react';

export class Alert extends React.Component {
render() {
return (
<div className="alert alert-warning" role="alert" style={{"marginBottom": 0}}>
<strong>Atenção!</strong> Estamos em fase de testes. Conheça as melhorias previstas e envie sugestões <a href="https://docs.google.com/forms/d/e/1FAIpQLSdt8YXI3i7RdolEMh-TX1oes5zGpSnbE3Sy3-ioVLJTqvgGVQ/viewform" taget="_blank" style={{"textDecoration": "underline"}}>aqui</a>.
</div>
)
}
}
export const Alert = () => (
<div className="alert alert-warning" role="alert" style={{"marginBottom": 0}}>
<strong>Atenção!</strong> Estamos em fase de testes. Conheça as melhorias previstas e envie sugestões <a href="https://docs.google.com/forms/d/e/1FAIpQLSdt8YXI3i7RdolEMh-TX1oes5zGpSnbE3Sy3-ioVLJTqvgGVQ/viewform" taget="_blank" style={{"textDecoration": "underline"}}>aqui</a>.
</div>
);

0 comments on commit ed66791

Please sign in to comment.