-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from lucassabreu/fix-footer
fix footer
- Loading branch information
Showing
4 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ const Footer = () => ( | |
<div className="container"> | ||
<div className="row"> | ||
<div className="col-md-12"> | ||
<CoderockrWhite alt="Coderockr Logo" title="You Rock!" className="white-logo pull-right" /> | ||
<CoderockrWhite alt="Coderockr Logo" title="You Rock!" className="white-logo" /> | ||
<div className="text"> | ||
<p> | ||
+55 47 3227-6359 | ||
[email protected] | ||
<a href="phone:+55 47 3227-6359">+55 47 3227-6359</a> | ||
<a href="mail:[email protected]">[email protected]</a> | ||
</p> | ||
<p className="copyright">© 2018 Coderockr. Todos os direitos reservados. Joinville - SC</p> | ||
</div> | ||
|