Skip to content

Commit 9781364

Browse files
fix: for lint issues
1 parent 18566b1 commit 9781364

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

projects/components/src/not-found/not-found.component.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,7 @@
3232

3333
.not-found-description {
3434
@include body-2-medium();
35-
color: #657277;
36-
37-
.contact-us-link {
38-
@include body-2-medium($blue-5);
39-
margin-left: 8px;
40-
text-decoration: none;
41-
}
35+
color: $gray-5;
4236
}
4337
}
4438
}

0 commit comments

Comments
 (0)