@@ -26,16 +26,16 @@ const AppHeaderDropdownMssg = () => {
2626 < CDropdownItem href = "#" >
2727 < div className = "message" >
2828 < div className = "pt-3 me-3 float-start" >
29- < CAvatar image = { 'avatars/7.jpg' } status = "success" />
29+ < CAvatar src = { 'avatars/7.jpg' } status = "success" />
3030 </ div >
3131 < div >
32- < small className = "text-muted " > John Doe</ small >
33- < small className = "text-muted float-end mt-1" > Just now</ small >
32+ < small className = "text-medium-emphasis " > John Doe</ small >
33+ < small className = "text-medium-emphasis float-end mt-1" > Just now</ small >
3434 </ div >
3535 < div className = "text-truncate font-weight-bold" >
3636 < span className = "fa fa-exclamation text-danger" > </ span > Important message
3737 </ div >
38- < div className = "small text-muted text-truncate" >
38+ < div className = "small text-medium-emphasis text-truncate" >
3939 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
4040 incididunt...
4141 </ div >
@@ -45,14 +45,14 @@ const AppHeaderDropdownMssg = () => {
4545 < CDropdownItem href = "#" >
4646 < div className = "message" >
4747 < div className = "pt-3 me-3 float-start" >
48- < CAvatar image = { 'avatars/6.jpg' } status = "warning" />
48+ < CAvatar src = { 'avatars/6.jpg' } status = "warning" />
4949 </ div >
5050 < div >
51- < small className = "text-muted " > Jane Dovve</ small >
52- < small className = "text-muted float-end mt-1" > 5 minutes ago</ small >
51+ < small className = "text-medium-emphasis " > Jane Dovve</ small >
52+ < small className = "text-medium-emphasis float-end mt-1" > 5 minutes ago</ small >
5353 </ div >
5454 < div className = "text-truncate font-weight-bold" > Lorem ipsum dolor sit amet</ div >
55- < div className = "small text-muted text-truncate" >
55+ < div className = "small text-medium-emphasis text-truncate" >
5656 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
5757 incididunt...
5858 </ div >
@@ -62,14 +62,14 @@ const AppHeaderDropdownMssg = () => {
6262 < CDropdownItem href = "#" >
6363 < div className = "message" >
6464 < div className = "pt-3 me-3 float-start" >
65- < CAvatar image = { 'avatars/5.jpg' } status = "danger" />
65+ < CAvatar src = { 'avatars/5.jpg' } status = "danger" />
6666 </ div >
6767 < div >
68- < small className = "text-muted " > Janet Doe</ small >
69- < small className = "text-muted float-end mt-1" > 1:52 PM</ small >
68+ < small className = "text-medium-emphasis " > Janet Doe</ small >
69+ < small className = "text-medium-emphasis float-end mt-1" > 1:52 PM</ small >
7070 </ div >
7171 < div className = "text-truncate font-weight-bold" > Lorem ipsum dolor sit amet</ div >
72- < div className = "small text-muted text-truncate" >
72+ < div className = "small text-medium-emphasis text-truncate" >
7373 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
7474 incididunt...
7575 </ div >
@@ -79,14 +79,14 @@ const AppHeaderDropdownMssg = () => {
7979 < CDropdownItem href = "#" >
8080 < div className = "message" >
8181 < div className = "pt-3 me-3 float-start" >
82- < CAvatar image = { 'avatars/4.jpg' } status = "info" />
82+ < CAvatar src = { 'avatars/4.jpg' } status = "info" />
8383 </ div >
8484 < div >
85- < small className = "text-muted " > Joe Doe</ small >
86- < small className = "text-muted float-end mt-1" > 4:03 AM</ small >
85+ < small className = "text-medium-emphasis " > Joe Doe</ small >
86+ < small className = "text-medium-emphasis float-end mt-1" > 4:03 AM</ small >
8787 </ div >
8888 < div className = "text-truncate font-weight-bold" > Lorem ipsum dolor sit amet</ div >
89- < div className = "small text-muted text-truncate" >
89+ < div className = "small text-medium-emphasis text-truncate" >
9090 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
9191 incididunt...
9292 </ div >
0 commit comments