Skip to content

Commit

Permalink
Og Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Jun 2, 2023
1 parent d148180 commit b33dd46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<meta property="og:title" content="ShipSaaS">
<meta property="og:description" content="ShipSaaS focuses on delivering exceptional helpers and libraries to assist you in building and enhancing your next SaaS products. Specializing in PHP & Laravel">
<meta property="og:image" content="https://iili.io/HrZvmRR.md.jpg">
<meta property="og:image" content="https://iili.io/HrZ8hdJ.jpg">
<meta property="og:type" content="website">
</head>
<body class="h-full">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/ProjectPage/components/ProjectList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ const products = [
{
id: 4,
name: 'Ready',
imageSrc: 'https://iili.io/HrPboa1.md.jpg',
imageSrc: 'https://iili.io/HrPboa1.jpg',
repository: 'shipsaas/ready',
description: `Ready injects completely generic stuff (Countries, Currencies,...) to build your next freaking SaaS products`,
tags: ['Library', 'Scaffolding'],
},
{
id: 5,
name: 'CurrencyFX',
imageSrc: 'https://iili.io/HrPbuwJ.md.jpg',
imageSrc: 'https://iili.io/HrPbuwJ.jpg',
repository: 'shipsaas/currency-fx',
description: `PHP (Laravel's portable) library to handle Currency FX (Rates, Conversions,...). Drivers for multiple online services.`,
tags: ['Library', 'Helper'],
Expand Down

0 comments on commit b33dd46

Please sign in to comment.