Feat/13 organization settings roles and permission page implement create role modal #81
Annotations
10 errors
eslint:
app/components/BlogCards.tsx#L3
The variable `BlogCardProps` should be named `BlogCardProperties`. A more descriptive name will do too
|
eslint:
app/components/BlogCards.tsx#L27
Replace `ax-w-sm·lg:max-w-full·lg:flex·lg:flex-row·rounded·overflow-hidden·shadow-lg·m-4` with `-4·max-w-sm·overflow-hidden·rounded·shadow-lg·lg:flex·lg:max-w-full·lg:flex-row`
|
eslint:
app/components/BlogCards.tsx#L28
Replace `w-1/3·lg:order-2` with `order-2·lg:w-1/3`
|
eslint:
app/components/BlogCards.tsx#L29
Replace `w-2/3·lg:order-1` with `order-1·lg:w-2/3`
|
eslint:
app/components/BlogCards.tsx#L30
Replace `flex·items-center·mb-2` with `mb-2·flex·items-center`
|
eslint:
app/components/BlogCards.tsx#L31
Replace `inline-block·w-3·h-3·rounded-full·bg-gray-400·mr-2` with `mr-2·inline-block·h-3·w-3·rounded-full·bg-gray-400`
|
eslint:
app/components/BlogCards.tsx#L36
Replace `font-bold·text-xl·mb-2` with `mb-2·text-xl·font-bold`
|
eslint:
app/components/BlogCards.tsx#L38
Replace `text-gray-700·text-base·mb-4` with `mb-4·text-base·text-gray-700`
|
eslint:
app/components/BlogCards.tsx#L40
Replace `flex·justify-between·text-gray-500·text-sm·mb-4` with `mb-4·flex·justify-between·text-sm·text-gray-500`
|
eslint:
app/components/BlogCards.tsx#L46
Replace `w-10·h-10·rounded-full·mr-4` with `mr-4·h-10·w-10·rounded-full`
|