Skip to content

Commit 0700ff2

Browse files
committed
feat: Custom Icons
1 parent 3050c96 commit 0700ff2

File tree

1,645 files changed

+3446
-4833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,645 files changed

+3446
-4833
lines changed

next-app/.zero-ui/attributes.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* AUTO-GENERATED - DO NOT EDIT */
22
export declare const bodyAttributes: {
3-
"data-mobile-menu": "closed" | "open";
3+
[key: string]: string;
44
};

next-app/.zero-ui/attributes.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
/* AUTO-GENERATED - DO NOT EDIT */
2-
export const bodyAttributes = {
3-
"data-mobile-menu": "closed"
4-
};
2+
export const bodyAttributes = {};

next-app/app/about/page.tsx

Lines changed: 0 additions & 16 deletions
This file was deleted.

next-app/app/components/Footer.tsx

Lines changed: 0 additions & 99 deletions
This file was deleted.

next-app/app/components/Logo.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

next-app/app/components/SocialLinks.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

next-app/app/components/TopBar/HamburgerIcon.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

next-app/app/components/TopBar/MobileMenu.tsx

Lines changed: 0 additions & 49 deletions
This file was deleted.

next-app/app/components/TopBar/TopBar.tsx

Lines changed: 0 additions & 31 deletions
This file was deleted.

next-app/app/contact/page.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)