Skip to content

Commit

Permalink
Merge pull request #4 from rocjs/fix/removed-incorrect-copyright
Browse files Browse the repository at this point in the history
Fixed a copy paste bug
  • Loading branch information
andreasrs committed Apr 18, 2016
2 parents 737af5f + 4cc68fa commit 0321900
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/app/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default () => (
<div className={styles.footer}>
<div className="wrapper">
<a href="http://tech.vg.no" alt="VG Tech"><img className={styles.vg} src={vg} /></a>
<span className={styles.info}>Copyright 2016 - <a href="http://tech.vg.no" alt="VG Tech">Verdens Gang AS</a></span>
<a href="http://github.com/rocjs/roc" alt="Github.com Roc"><img className={styles.gh} src={gh} /></a>
</div>
</div>
Expand Down

0 comments on commit 0321900

Please sign in to comment.