Skip to content

Commit 6af46ee

Browse files
committed
ktl-2512 chore: update graphics
1 parent f51b3aa commit 6af46ee

File tree

6 files changed

+4
-2
lines changed

6 files changed

+4
-2
lines changed

blocks/server-side/favorite-tools/favorite-tools.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.image {
22
width: 100%;
33
height: auto;
4+
border-radius: 4px;
5+
overflow: hidden;
46
}
57

68
.sectionTitle {

blocks/server-side/favorite-tools/favorite-tools.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import Image from 'next/image';
99

1010
import { ArrowTopRightIcon } from '@rescui/icons';
1111

12-
import ToolsImage1 from './images/tools-screen-1.png';
13-
import ToolsImage2 from './images/tools-screen-2.png';
12+
import ToolsImage1 from './images/tools-screen-2.webp';
13+
import ToolsImage2 from './images/tools-screen-2.webp';
1414

1515
import IdeaLogo from './images/intellij-idea.svg'
1616
import MavenLogo from './images/maven.svg';
-264 KB
Binary file not shown.
122 KB
Loading
-346 KB
Binary file not shown.
176 KB
Loading

0 commit comments

Comments
 (0)