Skip to content

Commit

Permalink
feat(web): update copyright information in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Jan 20, 2024
1 parent 416324b commit f4ce43e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/spelunker-web/src/components/Spelunker/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,16 @@ const Spelunker = () => (
</Routes>

<footer className={styles.footer}>
<ProjectLink /> · &copy;2018-2021 Wowser Contributors
<p>
<ProjectLink /> · &copy;2018-2024 Wowser Contributors
</p>

<p>
World of Warcraft &copy; Blizzard Entertainment, Inc. All rights reserved. Wrath of the
Lich King is a trademark, and World of Warcraft and Warcraft are trademarks or
registered trademarks of Blizzard Entertainment, Inc., in the U.S. and/or other
countries.
</p>
</footer>
</div>
</Router>
Expand Down
4 changes: 4 additions & 0 deletions packages/spelunker-web/src/components/Spelunker/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@ body {
margin: 20px 10px
font-size: .9rem
color: darken(#FFFFFF, 60%)

p {
line-height: 1.25
}
}

0 comments on commit f4ce43e

Please sign in to comment.