mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
chore:readme
This commit is contained in:
parent
4c16ebd1d7
commit
812c01e518
@ -59,6 +59,9 @@ The `GalleryThumbnail` component is a React component used to display a thumbnai
|
||||
|
||||
- `id` (string): The ID of the gallery to fetch the thumbnail for.
|
||||
- `onSelect` (function): A function to be called when the thumbnail is clicked. The gallery ID is passed as an argument.
|
||||
- `title` (string) : The name of the gallery.
|
||||
- `subscription` (subscription) : The name of the subscription required for the gallery.
|
||||
|
||||
### State
|
||||
|
||||
- `galleryId` (string): A state to store the gallery ID.
|
||||
|
@ -46,7 +46,7 @@ const GalleryThumbnail = ({ id, columns, onSelect, title, subscription }: Galler
|
||||
onClick={openGallery}
|
||||
style={{ width: '20rem', height: '20rem', objectFit: 'cover' }}
|
||||
/>
|
||||
<div className="absolute top-2 left-0 w-full h-10% bg-gray-900 bg-opacity-10 backdrop-blur-md p-2 rounded-md shadow-lg flex flex-col justify-end">
|
||||
<div className="absolute top-2 left-0 w-full h-10% bg-gray-900 bg-opacity-10 backdrop-blur-sm p-2 rounded-md shadow-lg flex flex-col justify-end">
|
||||
<div className="text-white flex justify-between">
|
||||
<div>
|
||||
<div className="flex">
|
||||
|
Loading…
x
Reference in New Issue
Block a user