enzostvs HF staff commited on
Commit
a52dc83
1 Parent(s): 92c8d86

update component space

Browse files
Files changed (1) hide show
  1. components/spaces/space.tsx +1 -1
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] hover:ring-blue-500/10"
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>