Spaces:
Running
Running
update component space
Browse files
components/spaces/space.tsx
CHANGED
@@ -12,7 +12,7 @@ export const Space: React.FC<Props> = ({ space }) => {
|
|
12 |
<Link
|
13 |
href={`https://huggingface.co/spaces/${space.id}`}
|
14 |
target="_blank"
|
15 |
-
className="bg-gray-50 border border-gray-200 px-6 py-4 rounded-xl transition-all duration-300 hover:ring-[4px]
|
16 |
>
|
17 |
<header className="flex items-center justify-between gap-5">
|
18 |
<div>
|
|
|
12 |
<Link
|
13 |
href={`https://huggingface.co/spaces/${space.id}`}
|
14 |
target="_blank"
|
15 |
+
className="bg-gray-50 border border-gray-200 px-6 py-4 rounded-xl transition-all duration-300 hover:ring-[4px] ring-opacity-10 ring-blue-500"
|
16 |
>
|
17 |
<header className="flex items-center justify-between gap-5">
|
18 |
<div>
|