Skip to content

Commit 7c7c819

Browse files
committed
Fix: Image path
1 parent bff5118 commit 7c7c819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<div align="center">
6262
<img alt="NETworkManager Features Preview" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Website/static/img/preview-features.gif?raw=true" />
6363
<details>
64-
<summary>View additional NETworkManager previews — drag & drop tabs, themes, and features in action!</summary>
64+
<summary>Click to see screenshots of NETworkManager in action!</summary>
6565
<img alt="" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Website/static/img/preview_tabs_drag_drop.gif?raw=true" />
6666
<img alt="NETworkManager dark/light theme preview" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Website/static/img/preview-light-theme.png?raw=true" />
6767
</details>

Website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import ImageGalleryWhois from "@site/docs/img/whois.png";
2626
import ImageGalleryIPGeolocation from "@site/docs/img/ip-geolocation.png";
2727
import ImageGallerySubnetCalculatorCalculator from "@site/docs/img/subnet-calculator--calculator.png";
2828

29-
import ImageGalleryTabsDragDrop from "./img/preview_tabs_drag_drop.gif";
29+
const ImageGalleryTabsDragDrop = "/img/preview_tabs_drag_drop.gif";
3030

3131
import ImageGalleryProfilesOverView from "@site/docs/img/profiles--overview.png";
3232
import ImageGalleryProfilesProfileSettings from "@site/docs/img/profiles--profile-settings.png";

0 commit comments

Comments
 (0)