Skip to content

Commit 051fcac

Browse files
committed
Softwares => Software
1 parent e45632b commit 051fcac

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Logo: "/logos/beeceptor_logo.jpeg"
5454
Demo: "https://www.youtube.com/watch?v=eauSgng86ac"
5555
pricing: "Freemium"
5656
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"
6060

6161
Makers:
6262
- Profile: "https://www.linkedin.com/in/ankitjaininfo/"

src/components/footer.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import { Icon } from "astro-icon/components";
4444
<a
4545
class="text-muted-foreground transition hover:opacity-70"
4646
href="/software/">
47-
Softwares
47+
Software
4848
</a>
4949
</li>
5050
<li>

src/components/navbar/navbar.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const menuitems = [
1717
// ],
1818
// },
1919
{
20-
title: "Softwares",
20+
title: "Software",
2121
path: "/software/",
2222
},
2323
{

src/pages/software.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const softwareEntries = await getCollection("software");
1111
// console.log(url);
1212
---
1313

14-
<Layout title="Softwares">
14+
<Layout title="Software">
1515
<Container>
1616
<Sectionhead>
1717
<Fragment slot="title">Find Your Perfect Tool</Fragment>

0 commit comments

Comments
 (0)