File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ Logo: "/logos/beeceptor_logo.jpeg"
54
54
Demo : " https://www.youtube.com/watch?v=eauSgng86ac"
55
55
pricing : " Freemium"
56
56
Images :
57
- - " /softwares /beeceptor-main.webp"
58
- - " /softwares /beeceptor-local-tunnel.png"
59
- - " /softwares /beeceptor-placement.png"
57
+ - " /thumbnails /beeceptor-main.webp"
58
+ - " /thumbnails /beeceptor-local-tunnel.png"
59
+ - " /thumbnails /beeceptor-placement.png"
60
60
61
61
Makers :
62
62
- Profile : " https://www.linkedin.com/in/ankitjaininfo/"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import { Icon } from "astro-icon/components";
44
44
<a
45
45
class =" text-muted-foreground transition hover:opacity-70"
46
46
href =" /software/" >
47
- Softwares
47
+ Software
48
48
</a >
49
49
</li >
50
50
<li >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const menuitems = [
17
17
// ],
18
18
// },
19
19
{
20
- title: " Softwares " ,
20
+ title: " Software " ,
21
21
path: " /software/" ,
22
22
},
23
23
{
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const softwareEntries = await getCollection("software");
11
11
// console.log(url);
12
12
---
13
13
14
- <Layout title =" Softwares " >
14
+ <Layout title =" Software " >
15
15
<Container >
16
16
<Sectionhead >
17
17
<Fragment slot =" title" >Find Your Perfect Tool</Fragment >
You can’t perform that action at this time.
0 commit comments