Skip to content

Commit ce1efeb

Browse files
committed
chore: update Omnipad homepage
1 parent 7c76a7c commit ce1efeb

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<!-- TOC -->
1919
<p align="center">
20-
<a href="https://haptic.md"><strong>Learn more »</strong></a>
20+
<a href="https://omnipad-home.vercel.app/"><strong>More »</strong></a>
2121
<br />
2222
<br />
2323
<a href="https://github.com/iBz-04/omnipad/tree/main#introduction">Intro</a>

apps/desktop/src/lib/components/shared/command-menu/command.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
class="text-foreground/90 gap-3 [&>*]:text-foreground/90 [&>*]:aria-selected:text-foreground [&>*]:fill-foreground/50 [&>*]:aria-selected:fill-foreground"
304304
value="sponsor"
305305
onSelect={() => {
306-
browserOpen('https://omnipad-home.vercel.app//sponsor');
306+
browserOpen('https://omnipad-home.vercel.app/sponsor');
307307
handlePageState(undefined);
308308
}}
309309
>
@@ -314,7 +314,7 @@
314314
class="text-foreground/90 gap-3 [&>*]:text-foreground/90 [&>*]:aria-selected:text-foreground [&>*]:fill-foreground/50 [&>*]:aria-selected:fill-foreground"
315315
value="help"
316316
onSelect={() => {
317-
browserOpen('https://omnipad-home.vercel.app//help');
317+
browserOpen('https://omnipad-home.vercel.app/help');
318318
handlePageState(undefined);
319319
}}
320320
>

apps/desktop/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<button
6161
class="text-sm gap-1.5 flex text-muted-foreground hover:text-secondary-foreground transition-colors items-center justify-center"
6262
on:click={() => {
63-
browserOpen('https://go.haptic.md/sponsor');
63+
browserOpen('https://omnipad-home.vercel.app/sponsor');
6464
}}
6565
>
6666
<Shortcut options={sponsorShortcut} />

apps/homepage/src/app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
property="og:description"
1414
content="Omnipad is a fast, localized, and privacy-focused markdown note app, designed for simplicity and distraction-free productivity"
1515
/>
16-
<meta property="og:image" content="https://haptic.md/landing.png?t=%TIMESTAMP%" />
16+
<meta property="og:image" content="https://res.cloudinary.com/diekemzs9/image/upload/v1732953707/Screenshot_2024-11-30_080119_fgpge9.png" />
1717

1818
<!-- Twitter -->
1919
<meta property="twitter:card" content="summary_large_image" />
@@ -23,7 +23,7 @@
2323
property="twitter:description"
2424
content="Omnipad is a fast, localized, and privacy-focused markdown note app, designed for simplicity and distraction-free productivity"
2525
/>
26-
<meta property="twitter:image" content="https://haptic.md/landing.png?t=%TIMESTAMP%" />
26+
<meta property="twitter:image" content="https://res.cloudinary.com/diekemzs9/image/upload/v1732953707/Screenshot_2024-11-30_080119_fgpge9.png" />
2727

2828
%sveltekit.head%
2929
</head>

apps/homepage/src/routes/+layout.svelte

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
property="og:description"
3030
content="Omnipad is a fast, localized, and privacy-focused markdown note app, designed for simplicity and distraction-free productivity"
3131
/>
32-
<meta property="og:image" content="https://haptic.md/landing.png" />
32+
<meta
33+
property="og:image"
34+
content="hhttps://res.cloudinary.com/diekemzs9/image/upload/v1732953707/Screenshot_2024-11-30_080119_fgpge9.png"
35+
/>
3336
<meta property="og:image:alt" content="Omnipad - Private Notetaking" />
3437
<meta property="og:image:width" content="1200" />
3538
<meta property="og:image:height" content="627" />
@@ -42,7 +45,10 @@
4245
property="twitter:description"
4346
content="Omnipad is a fast, localized, and privacy-focused markdown note app, designed for simplicity and distraction-free productivity"
4447
/>
45-
<meta property="twitter:image" content="https://haptic.md/landing.png" />
48+
<meta
49+
property="twitter:image"
50+
content="https://res.cloudinary.com/diekemzs9/image/upload/v1732953707/Screenshot_2024-11-30_080119_fgpge9.pngg"
51+
/>
4652

4753
<script async src="https://cdn.seline.so/seline.js" data-token="d028e058129b859"></script>
4854
</svelte:head>

0 commit comments

Comments
 (0)