Skip to content

Commit

Permalink
chore: update apps
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Sep 17, 2024
1 parent af3188d commit fb46ca4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .stackblitzrc

This file was deleted.

6 changes: 3 additions & 3 deletions src/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const headerData = {
text: 'Apps',
links: [
{
text: 'Save For Later - Shopify',
href: getPermalink('/apps/save-for-later'),
text: 'Order Update - Shopify',
href: getPermalink('/apps/shopify-order-update'),
},
],
},
Expand All @@ -16,7 +16,7 @@ export const headerData = {
links: [
{
text: 'shiddy.biz',
href: 'https://shiddy.biz/'
href: 'https://shiddy.biz/',
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import Layout from '~/layouts/PageLayout.astro';
import CallToAction from '~/components/widgets/CallToAction.astro';
const metadata = {
title: 'Save For Later - Shopify',
title: 'Order Update - Shopify',
};
---

<Layout metadata={metadata}>
<CallToAction
title="Coming Soon"
subtitle="Our Save For Later app is currently in development. Stay tuned for updates!"
subtitle="Our Shopify Order Update app is currently in development. Stay tuned for updates!"
/>
</Layout>

0 comments on commit fb46ca4

Please sign in to comment.