Skip to content

Commit 8ea872c

Browse files
committed
Replace large SVG icons with optimized PNG versions
1 parent 727023a commit 8ea872c

5 files changed

Lines changed: 2 additions & 20 deletions

File tree

content-gen/src/app/frontend/src/components/WelcomeCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {
33
Text,
44
tokens,
55
} from '@fluentui/react-components';
6-
import FirstPromptIcon from '../styles/images/firstprompt.svg';
7-
import SecondPromptIcon from '../styles/images/secondprompt.svg';
6+
import FirstPromptIcon from '../styles/images/firstprompt.png';
7+
import SecondPromptIcon from '../styles/images/secondprompt.png';
88

99
interface SuggestionCard {
1010
title: string;
1.99 KB
Loading

content-gen/src/app/frontend/src/styles/images/firstprompt.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.
2.8 KB
Loading

content-gen/src/app/frontend/src/styles/images/secondprompt.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)