ghost button
Browse files
src/components/preview/preview.tsx
CHANGED
@@ -61,7 +61,7 @@ function Preview({
|
|
61 |
<a
|
62 |
href="https://huggingface.co/spaces/victor/deepsite-gallery"
|
63 |
target="_blank"
|
64 |
-
className="bg-
|
65 |
>
|
66 |
🖼️ <span>Deepsite Gallery</span>
|
67 |
</a>
|
|
|
61 |
<a
|
62 |
href="https://huggingface.co/spaces/victor/deepsite-gallery"
|
63 |
target="_blank"
|
64 |
+
className="bg-gray-200 text-gray-950 text-xs lg:text-sm font-medium py-2 px-3 lg:px-4 rounded-lg flex items-center gap-2 border border-gray-200 hover:bg-gray-300 transition-all duration-100 cursor-pointer"
|
65 |
>
|
66 |
🖼️ <span>Deepsite Gallery</span>
|
67 |
</a>
|