Skip to content

Commit 2ad750e

Browse files
committed
V2.8 YimMenu Legacy screenshots
1 parent f26bef0 commit 2ad750e

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

components/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function Hero() {
4040
<span className="absolute inline-flex h-full w-full animate-ping rounded-full bg-primary opacity-75" />
4141
<span className="relative inline-flex h-2 w-2 rounded-full bg-primary" />
4242
</span>
43-
<span className="text-primary">Now Available - Version 2.8 Beta</span>
43+
<span className="text-primary">Now Available - Version 2.8</span>
4444
</div>
4545

4646
<h1

components/screenshot-carousel.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,19 @@ import Autoplay from "embla-carousel-autoplay"
1010

1111
const screenshots = [
1212
{
13-
url: "https://ultimatemenu.github.io/ScreenShots/YimMenu/1.png",
13+
url: "https://ultimatemenu.github.io/ScreenShots/YimMenu/10.png",
1414
},
1515
{
16-
url: "https://ultimatemenu.github.io/ScreenShots/YimMenu/2.png",
16+
url: "https://ultimatemenu.github.io/ScreenShots/YimMenu/11.png",
1717
},
1818
{
19-
url: "https://ultimatemenu.github.io/ScreenShots/YimMenu/3.png",
19+
url: "https://ultimatemenu.github.io/ScreenShots/YimMenu/12.png",
2020
},
2121
{
22-
url: "https://ultimatemenu.github.io/ScreenShots/YimMenu/4.png",
22+
url: "https://ultimatemenu.github.io/ScreenShots/YimMenu/13.png",
23+
},
24+
{
25+
url: "https://ultimatemenu.github.io/ScreenShots/YimMenu/14.png",
2326
},
2427
]
2528

0 commit comments

Comments
 (0)