Skip to content

Commit

Permalink
fix: footer disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Mar 22, 2024
1 parent cc7ae2b commit d29039c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/AppFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,10 @@ export const AppFooter: FC = () => {
Team~
</div>
<div>
This site uses data from Steam as well as data provided by{' '}
This site uses data from Steam as well as app images provided by{' '}
<Link className="underline" to="https://steamdb.info" target="_blank">
SteamDB
</Link>{' '}
via{' '}
<Link
className="underline"
to="https://www.algolia.com/?utm_source=steamdb_search&utm_medium=link&utm_term=logo&utm_campaign=steamdb"
target="_blank"
>
Algolia
</Link>
.
</div>
<div>
Expand Down

0 comments on commit d29039c

Please sign in to comment.