mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-23 04:10:05 +00:00
style: eslint, prettier, and tailwind config
This commit is contained in:
@@ -77,7 +77,7 @@ const FolderGridLayout = ({
|
||||
const getItemPath = (name: string) => `${path === '/' ? '' : path}/${encodeURIComponent(name)}`
|
||||
|
||||
return (
|
||||
<div className="rounded bg-white dark:bg-gray-900 dark:text-gray-100 shadow-sm">
|
||||
<div className="rounded bg-white shadow-sm dark:bg-gray-900 dark:text-gray-100">
|
||||
<div className="flex items-center border-b border-gray-900/10 px-3 text-xs font-bold uppercase tracking-widest text-gray-600 dark:border-gray-500/30 dark:text-gray-400">
|
||||
<div className="flex-1">{t('{{count}} item(s)', { count: folderChildren.length })}</div>
|
||||
<div className="flex p-1.5 text-gray-700 dark:text-gray-400">
|
||||
|
||||
Reference in New Issue
Block a user