File tree 1 file changed +4
-4
lines changed
raaghu-elements/src/rds-notification
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ const RdsNotification = (props : RdsNotificationProps) => {
79
79
< div className = { `notification-body mt-2 ${ props . layout === "horizontal" && ( props . style === "avatar" || props . style === "icon" ) ? "ms-5" : "" } ` } >
80
80
{ props . style === "image" && props . layout === "horizontal" && (
81
81
< img
82
- src = { notification . image || "https://raaghustorageaccount.blob.core.windows.net/raaghu-blob/raaghu-design-system-lightmode.png " }
82
+ src = { notification . image || "https://raaghustorageaccount.blob.core.windows.net/raaghu-blob/Raaghu%20Logo%20SD.svg " }
83
83
alt = "Notification"
84
- className = { `notification-image img-fluid ${ props . layout === "horizontal" ? "me-3 " : "h-50 w-100" } ` }
85
- height = "50px "
86
- width = "120px "
84
+ className = { `notification-image img-fluid ${ props . layout === "horizontal" ? "me-2 " : "h-50 w-100" } ` }
85
+ height = "70px "
86
+ width = "70px "
87
87
/>
88
88
) }
89
89
{ notification . description }
You can’t perform that action at this time.
0 commit comments