file uploader
This commit is contained in:
@@ -21,7 +21,7 @@ export default function App({ Component }: AppProps) {
|
||||
>
|
||||
</link>
|
||||
<link rel="stylesheet" href="/styles/tailwind.css" />
|
||||
</head>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossOrigin="anonymous" referrerpolicy="no-referrer" /> </head>
|
||||
<body>
|
||||
<div class="flex h-[100vh]">
|
||||
<div class="relative h-full min-w-[400px] bg-licorice overflow-y-auto border-r-2 p-4 dark:border-sky-950 border-sky text-white flex flex-col">
|
||||
|
Reference in New Issue
Block a user