refactor: remove hover effects in mobile
This commit is contained in:
@@ -12,14 +12,6 @@ import clsx from 'clsx';
|
||||
type Props = {
|
||||
uid: number
|
||||
}
|
||||
|
||||
// const APIKeyTable = () => {
|
||||
|
||||
|
||||
// return <table>
|
||||
|
||||
// </table>;
|
||||
// };
|
||||
type DeleteAPIKeyProps = { uid: number, kid: number }
|
||||
const tdClass = "p-1 whitespace-nowrap text-xs text-gray-500 dark:text-gray-200 align-middle px-1";
|
||||
const BotAPIKeys = ({ uid }: Props) => {
|
||||
|
||||
@@ -59,7 +59,7 @@ export default function License() {
|
||||
</div>
|
||||
<div className="flex flex-col gap-4 bg-primary-500 text-white rounded drop-shadow-xl p-5">
|
||||
<h2 className="text-2xl font-bold">{t("license.tip.title")} 🎁</h2>
|
||||
<p className="text-base flex flex-col">
|
||||
<p className="flex flex-col">
|
||||
<span>
|
||||
{t("license.tip.user_test")}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user