mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
style: add new tailwind prettier plugin (#2465)
This commit is contained in:
@@ -60,19 +60,19 @@ const SettingsAbout: React.FC = () => {
|
||||
intl.formatMessage(globalMessages.settings),
|
||||
]}
|
||||
/>
|
||||
<div className="p-4 mt-6 bg-indigo-700 rounded-md">
|
||||
<div className="mt-6 rounded-md bg-indigo-700 p-4">
|
||||
<div className="flex">
|
||||
<div className="flex-shrink-0">
|
||||
<InformationCircleIcon className="w-5 h-5 text-white" />
|
||||
<InformationCircleIcon className="h-5 w-5 text-white" />
|
||||
</div>
|
||||
<div className="flex-1 ml-3 md:flex md:justify-between">
|
||||
<div className="ml-3 flex-1 md:flex md:justify-between">
|
||||
<p className="text-sm leading-5 text-white">
|
||||
{intl.formatMessage(messages.betawarning)}
|
||||
</p>
|
||||
<p className="mt-3 text-sm leading-5 md:mt-0 md:ml-6">
|
||||
<a
|
||||
href="http://github.com/sct/overseerr"
|
||||
className="font-medium text-indigo-100 transition duration-150 ease-in-out whitespace-nowrap hover:text-white"
|
||||
className="whitespace-nowrap font-medium text-indigo-100 transition duration-150 ease-in-out hover:text-white"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
@@ -113,7 +113,7 @@ const SettingsAbout: React.FC = () => {
|
||||
>
|
||||
<Badge
|
||||
badgeType="warning"
|
||||
className="ml-2 transition !cursor-pointer hover:bg-yellow-400"
|
||||
className="ml-2 !cursor-pointer transition hover:bg-yellow-400"
|
||||
>
|
||||
{intl.formatMessage(messages.outofdate)}
|
||||
</Badge>
|
||||
@@ -130,7 +130,7 @@ const SettingsAbout: React.FC = () => {
|
||||
>
|
||||
<Badge
|
||||
badgeType="success"
|
||||
className="ml-2 transition !cursor-pointer hover:bg-green-400"
|
||||
className="ml-2 !cursor-pointer transition hover:bg-green-400"
|
||||
>
|
||||
{intl.formatMessage(messages.uptodate)}
|
||||
</Badge>
|
||||
|
||||
Reference in New Issue
Block a user