Skip to content

Commit

Permalink
Merge pull request #913 from jellyfin/fix-bug
Browse files Browse the repository at this point in the history
Fix overlapping labels
  • Loading branch information
nielsvanvelzen authored Mar 19, 2024
2 parents 07f3283 + 90e8835 commit 5a5fffc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ docker run -d -v /srv/jellyfin/config:/config -v /srv/jellyfin/cache:/cache -v /
)
},
{
id: 'docker-hub-link',
id: 'docker-hub-stable-link',
name: 'Docker Hub',
url: 'https://hub.docker.com/r/jellyfin/jellyfin/'
},
{
id: 'docker-hub-link',
id: 'ghcr-stable-link',
name: 'GHCR',
url: 'https://ghcr.io/jellyfin/jellyfin'
}
Expand All @@ -89,12 +89,12 @@ docker run -d -v /srv/jellyfin/config:/config -v /srv/jellyfin/cache:/cache -v /
)
},
{
id: 'docker-hub-link',
id: 'docker-hub-unstable-link',
name: 'Docker Hub',
url: 'https://hub.docker.com/r/jellyfin/jellyfin/'
},
{
id: 'docker-hub-link',
id: 'ghcr-unstable-link',
name: 'GHCR',
url: 'https://ghcr.io/jellyfin/jellyfin'
}
Expand Down

0 comments on commit 5a5fffc

Please sign in to comment.