Skip to content

Commit

Permalink
fixed lightmode graphic size
Browse files Browse the repository at this point in the history
  • Loading branch information
Resaki1 committed Sep 16, 2023
1 parent a3aa83b commit 8c37487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Features/images/Features_light_2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import "./Features_light_2.scss";

const Features_light_2 = () => (
<svg
width="318"
height="272"
width="352"
height="301"
viewBox="0 0 318 272"
fill="none"
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 8c37487

Please sign in to comment.