Skip to content

Commit

Permalink
Merge pull request #6932 from TheThingsNetwork/fix/footer-copyright
Browse files Browse the repository at this point in the history
Fix copyright message
  • Loading branch information
ryaplots authored Feb 14, 2024
2 parents 1b0922e + 203da2b commit e0be11c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/webui/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,7 @@ const Footer = ({
<div className={style.left}>
<div>
© {year}{' '}
<a className={style.link} href="https://www.thethingsindustries.com/docs">
The Things Stack
</a>{' '}
<span className={style.copyrightLinks}>
by{' '}
<a className={style.link} href="https://www.thethingsnetwork.org">
The Things Network
</a>{' '}
and{' '}
<a className={style.link} href="https://www.thethingsindustries.com">
The Things Industries
</a>
Expand Down

0 comments on commit e0be11c

Please sign in to comment.