Skip to content

Commit

Permalink
docs: Resolve correctly missing tv.svg file (software-mansion#2300)
Browse files Browse the repository at this point in the history
## Description

Just a correction for invalid import for SVG file.

## Changes

- Changed `TV.svg` import to `tv.svg`

## Checklist

- [x] Ensured that CI passes
  • Loading branch information
tboba authored and ja1ns committed Oct 9, 2024
1 parent ecede70 commit 33e89e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Overview/Multiplatform/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import styles from './styles.module.css';
import VR from '@site/static/img/vr.svg';
import TV from '@site/static/img/TV.svg';
import TV from '@site/static/img/tv.svg';
import Phone from '@site/static/img/phone.svg';
import Laptop from '@site/static/img/laptop.svg';

Expand Down

0 comments on commit 33e89e7

Please sign in to comment.