Skip to content

Commit

Permalink
feat: Update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lildibbb committed Jan 8, 2024
1 parent 71e9c38 commit 0cbee59
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions src/pages/MoreArt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
DropdownTrigger,
DropdownMenu,
DropdownItem,
cn,
} from '@nextui-org/react';
import {
FacebookIcon,
Expand Down Expand Up @@ -60,7 +59,7 @@ export default function MoreArt() {
shadow="sm"
isPressable
onPress={() => console.log('item pressed')}
className="relative overflow-hidden inline-block group"
className="relative overflow-hidden inline-block group transition-opacity duration-300 hover:opacity-90"
style={{
margin: '0 0 1.5em',
width: fixedWidth,
Expand All @@ -69,7 +68,9 @@ export default function MoreArt() {
>
<CardHeader className="absolute z-10 top-1 flex-col !items-start opacity-0 group-hover:opacity-100 transition-opacity duration-300">
<div className="flex justify-between items-center w-full">
<span className="text-sm font-medium">Header Tumblr</span>
<span className="text-sm font-medium text-white">
Header Tumblr
</span>
<Button
className={
savedStates[index]
Expand Down Expand Up @@ -176,13 +177,9 @@ export default function MoreArt() {
Download image
</DropdownItem>
<DropdownItem
key="copy"
className="text-danger"
startContent={
<MdOutlineReport
className={cn(iconClasses, 'text-danger')}
/>
}
key="logout"
color="danger"
startContent={<MdOutlineReport />}
>
Report
</DropdownItem>
Expand Down

0 comments on commit 0cbee59

Please sign in to comment.