Skip to content

Commit 7c76a7c

Browse files
committed
chore: update funding information
1 parent 9dd02ec commit 7c76a7c

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: chroxify
1+
github: iBz-04

.github/assets/haptic-dark.png

-121 KB
Loading

.github/assets/haptic-light.png

-121 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div align="center" style="margin-top: 120px">
33
<a href="https://omnipad-web.vercel.app/">
44
<img
5-
src="./.github/assets/icon.svg"
5+
src="https://res.cloudinary.com/diekemzs9/image/upload/v1732949134/apple-touch-icon_hijore.svg"
66
alt="omnipad"
77
height="100"
88
/>

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@
8383
<p class="text-secondary-foreground/70 text-sm sm:text-[15px]">© 2024 Omnipad</p>
8484

8585
<nav class="items-center gap-4 ml-4 text-sm sm:text-[15px] hidden sm:flex -ml-20">
86-
<a href="/download" class="text-secondary-foreground/70 hover:text-foreground transition-all"
87-
>Download</a
86+
<a
87+
href="https://www.linkedin.com/company/omnisoft-llc"
88+
class="text-secondary-foreground/70 hover:text-foreground transition-all">LinkedIn</a
8889
>
8990
<a
9091
href="/sponsor"

0 commit comments

Comments
 (0)