Skip to content

Commit

Permalink
feat: use commit hash in logo image links, not branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekonyx committed Jun 8, 2023
1 parent 3599836 commit 0c15e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/steam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ export function Steam(
name: PROVIDER_NAME,
type: 'oauth',
style: {
logo: 'https://raw.githubusercontent.com/nekonyx/next-auth-steam/master/logo/steam.svg',
logo: 'https://raw.githubusercontent.com/Nekonyx/next-auth-steam/12444ac8e7c44f8a69fa007b056f892240cb1a27/logo/steam.svg',
logoDark:
'https://raw.githubusercontent.com/nekonyx/next-auth-steam/master/logo/steam-dark.svg',
'https://raw.githubusercontent.com/Nekonyx/next-auth-steam/12444ac8e7c44f8a69fa007b056f892240cb1a27/logo/steam-dark.svg',
bg: '#fff',
text: '#000',
bgDark: '#000',
Expand Down

0 comments on commit 0c15e6d

Please sign in to comment.