forked from M3-Academy/challenge-vtex-io
9 lines
83 B
SCSS
9 lines
83 B
SCSS
.homeIcon {
|
|
display: none;
|
|
}
|
|
.homeLink {
|
|
&::after {
|
|
content: "Home";
|
|
}
|
|
}
|