Skip to content

Commit b8c2caa

Browse files
committed
chore: fixes
1 parent e44305e commit b8c2caa

File tree

4 files changed

+79
-2
lines changed

4 files changed

+79
-2
lines changed
-64.2 KB
Binary file not shown.
Lines changed: 77 additions & 0 deletions
Loading

examples/coffee-warehouse-nextjs/app/components/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { useLocalization } from "@progress/kendo-react-intl";
99
import { locales } from "./../resources/locales";
1010
import Image from "next/image";
1111

12-
import userAvatar from "../assets/userImage.png";
12+
import userAvatar from "../assets/userImage.svg";
1313
const noMessage = "message not defined";
1414

1515
export const Header = (props) => {

examples/coffee-warehouse-nextjs/app/styles/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ a {
6060
min-width: 105px;
6161
}
6262

63-
.k-label {
63+
.k-floating-label {
6464
display: none;
6565
}
6666
}

0 commit comments

Comments
 (0)