Skip to content

Commit bff5118

Browse files
committed
Docs: Update images
1 parent 2d1babb commit bff5118

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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>See more screenshots and NETworkManager in action!</summary>
64+
<summary>View additional NETworkManager previews — drag & drop tabs, themes, and features 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: 6 additions & 6 deletions
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 ImageGalleryDragDrop from "@site/docs/img/changelog-2669.gif";
29+
import ImageGalleryTabsDragDrop from "./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";
@@ -224,8 +224,8 @@ export default function Home() {
224224

225225
const images2 = [
226226
{
227-
original: ImageGalleryDragDrop,
228-
thumbnail: ImageGalleryDragDrop,
227+
original: ImageGalleryTabsDragDrop,
228+
thumbnail: ImageGalleryTabsDragDrop,
229229
originalAlt: "Tabs, drag & drop",
230230
description: "Tabs, drag & drop",
231231
thumbnailAlt: "Tabs, drag & drop",
@@ -265,7 +265,7 @@ export default function Home() {
265265
<main>
266266
<HomepageFeatures />
267267
<div className="container text--center margin-top--xl margin-bottom--xl">
268-
<Heading as="h2">Preview of some features...</Heading>
268+
<Heading as="h2">Explore the powerful features of NETworkManager...</Heading>
269269
<div className="gallery-container1">
270270
<ImageGallery
271271
autoPlay="true"
@@ -284,15 +284,15 @@ export default function Home() {
284284
/>
285285
</div>
286286
<Heading as="h2" className="margin-top--xl">
287-
...and (encrypted) profiles...
287+
...and encrypted profiles...
288288
</Heading>
289289
<div className="gallery-container3">
290290
<ImageGallery
291291
autoPlay="true"
292292
items={images3}
293293
additionalClass={styles.image}
294294
/>
295-
</div>
295+
</div>
296296
</div>
297297
</main>
298298
</Layout>

0 commit comments

Comments
 (0)