File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const getTransitionNameFromElementId = setTransitionSlug({ pageSlug: slug });
42
42
{... IMAGE_SIZES .FIXED .POST_CARD_SMALL }
43
43
src ={ heroImage }
44
44
alt ={ heroAlt }
45
- class =" object-cover rounded-box hidden xs:block w-[142px] h-[80px] md:size-auto"
45
+ class =" object-cover rounded-box hidden xs:block w-[142px] h-[80px] md:size-auto shadow shadow-base-300 "
46
46
transition:name ={ getTransitionNameFromElementId ({
47
47
elementId: TRANSITION_ELEMENT_IDS .POST_CARD .HERO_IMAGE ,
48
48
})}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const configClientData: ConfigClientType = {
9
9
/** all urls without '/' */
10
10
SITE_URL ,
11
11
SITE_TITLE : 'Nemanja Mitic' ,
12
- SITE_DESCRIPTION : 'I am Nemanja, full stack developer' ,
12
+ SITE_DESCRIPTION : 'I am Nemanja, a full stack developer' ,
13
13
PLAUSIBLE_SCRIPT_URL ,
14
14
PLAUSIBLE_DOMAIN ,
15
15
PAGE_SIZE_POST_CARD : 3 ,
You can’t perform that action at this time.
0 commit comments