mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix: remove internal Overseerr sponsor link, this is remaining on the main github page instead
This commit is contained in:
@@ -188,35 +188,6 @@ const SettingsAbout: React.FC = () => {
|
|||||||
</List.Item>
|
</List.Item>
|
||||||
</List>
|
</List>
|
||||||
</div>
|
</div>
|
||||||
<div className="section">
|
|
||||||
<List title={intl.formatMessage(messages.supportoverseerr)}>
|
|
||||||
<List.Item
|
|
||||||
title={`${intl.formatMessage(messages.helppaycoffee)} ☕️`}
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://github.com/sponsors/sct"
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer"
|
|
||||||
className="text-indigo-500 transition duration-300 hover:underline"
|
|
||||||
>
|
|
||||||
https://github.com/sponsors/sct
|
|
||||||
</a>
|
|
||||||
<Badge className="ml-2">
|
|
||||||
{intl.formatMessage(messages.preferredmethod)}
|
|
||||||
</Badge>
|
|
||||||
</List.Item>
|
|
||||||
<List.Item title="">
|
|
||||||
<a
|
|
||||||
href="https://patreon.com/overseerr"
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer"
|
|
||||||
className="text-indigo-500 transition duration-300 hover:underline"
|
|
||||||
>
|
|
||||||
https://patreon.com/overseerr
|
|
||||||
</a>
|
|
||||||
</List.Item>
|
|
||||||
</List>
|
|
||||||
</div>
|
|
||||||
<div className="section">
|
<div className="section">
|
||||||
<Releases currentVersion={data.version} />
|
<Releases currentVersion={data.version} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user